-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
34 lines (33 loc) · 847 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
# Generated by roxygen2: do not edit by hand
S3method(convert_cols,data.table)
S3method(etl_read,DBIConnection)
S3method(etl_read,character)
S3method(etl_read,environment)
S3method(etl_read,odbc32)
S3method(etl_write,DBIConnection)
S3method(etl_write,RODBC)
S3method(etl_write,character)
S3method(etl_write,environment)
S3method(etl_write,odbc32)
S3method(lowercase_names,data.table)
S3method(setnames_lowercase,data.table)
export(Date2Char)
export(add_diff_value)
export(convert_cols)
export(dtq)
export(etl_pipe)
export(etl_read)
export(etl_write)
export(excel_worksheets)
export(excel_worksheets_readxl)
export(int64_to_numeric)
export(is_apply)
export(is_apply2)
export(lowercase_names)
export(pipe_table)
export(pipe_tables)
export(set_index)
export(set_index_tables)
export(setnames_lowercase)
export(worksheets_to_csvs)
import(data.table)