Skip to content

Commit 2a95d5b

Browse files
committed
fix merge
1 parent b836f8f commit 2a95d5b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

R/runTimeSeries.R

-8
Original file line numberDiff line numberDiff line change
@@ -578,19 +578,11 @@ runTimeSeries <- function(connection,
578578
)
579579

580580
exportDataToCsv(
581-
<<<<<<< HEAD
582-
data = data,
583-
tableName = "time_series",
584-
minCellCount = minCellCount,
585-
databaseId = databaseId,
586-
exportFolder = exportFolder,
587-
=======
588581
data = data,
589582
tableName = "time_series",
590583
fileName = file.path(exportFolder, "time_series.csv"),
591584
minCellCount = minCellCount,
592585
databaseId = databaseId,
593-
>>>>>>> darwin_sprint
594586
incremental = incremental,
595587
cohortId = cohortId
596588
)

0 commit comments

Comments
 (0)