We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7d295 commit 94aeb17Copy full SHA for 94aeb17
NAMESPACE
@@ -1,12 +1,21 @@
1
# Generated by roxygen2: do not edit by hand
2
3
+export(rs_append_table)
4
export(rs_create_statement)
5
export(rs_create_table)
6
export(rs_replace_table)
7
export(rs_upsert_table)
8
+importFrom("R.utils","gzip")
9
importFrom("aws.s3","bucket_exists")
10
importFrom("aws.s3","delete_object")
11
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")
19
importFrom("utils","head")
20
importFrom("utils","write.csv")
21
importFrom(DBI,dbExecute)
0 commit comments