-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.19 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.19 KB
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
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
S3method(.DollarNames,read_function_subset)
S3method(.DollarNames,write_function_subset)
export(data_example)
export(data_types)
export(hread_text)
export(hread_xls)
export(hread_xlsx)
export(read)
export(read_write_option)
export(relative_path)
export(type_from_extension)
export(write)
importFrom(R.utils,gunzip)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.trame,as.data.trame)
importFrom(data.trame,data.trame)
importFrom(data.trame,is.data.trame)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecated)
importFrom(readr,default_locale)
importFrom(readr,read_lines)
importFrom(rlang,quos)
importFrom(svBase,"label<-")
importFrom(svBase,aka)
importFrom(svBase,cl)
importFrom(svBase,default_dtx)
importFrom(svBase,label)
importFrom(svBase,labelise)
importFrom(svBase,labelize)
importFrom(svBase,unlabelise)
importFrom(svBase,unlabelize)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tsibble,as_tsibble)
importFrom(utils,.DollarNames)
importFrom(utils,data)
importFrom(utils,download.file)