Skip to content

Commit 94aeb17

Browse files
committed
added dependecies
1 parent 8b7d295 commit 94aeb17

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

NAMESPACE

+9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(rs_append_table)
34
export(rs_create_statement)
45
export(rs_create_table)
56
export(rs_replace_table)
67
export(rs_upsert_table)
8+
importFrom("R.utils","gzip")
79
importFrom("aws.s3","bucket_exists")
810
importFrom("aws.s3","delete_object")
911
importFrom("aws.s3","put_object")
12+
importFrom("data.table","fread")
13+
importFrom("data.table","setDTthreads")
14+
importFrom("dplyr","mutate_if")
15+
importFrom("future","multiprocess")
16+
importFrom("future","plan")
17+
importFrom("future","sequential")
18+
importFrom("future.apply","future_lapply")
1019
importFrom("utils","head")
1120
importFrom("utils","write.csv")
1221
importFrom(DBI,dbExecute)

0 commit comments

Comments
 (0)