-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathNAMESPACE
38 lines (37 loc) · 907 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
S3method(db_type,DBIConnection)
S3method(db_type,src_dbi)
S3method(etl,default)
S3method(etl_cleanup,default)
S3method(etl_create,default)
S3method(etl_extract,default)
S3method(etl_extract,etl_cities)
S3method(etl_extract,etl_mtcars)
S3method(etl_init,default)
S3method(etl_load,default)
S3method(etl_transform,default)
S3method(etl_transform,etl_cities)
S3method(etl_update,default)
S3method(print,etl)
S3method(summary,etl)
export(create_etl_package)
export(dbRunScript)
export(dbWipe)
export(db_type)
export(etl)
export(etl_cleanup)
export(etl_create)
export(etl_extract)
export(etl_init)
export(etl_load)
export(etl_transform)
export(etl_update)
export(extract_date_from_filename)
export(find_schema)
export(is.etl)
export(match_files_by_year_months)
export(smart_download)
export(smart_upload)
export(src_mysql_cnf)
export(valid_year_month)
import(dplyr)