-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
123 lines (122 loc) · 1.74 KB
/
Copy pathNAMESPACE
File metadata and controls
123 lines (122 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Generated by roxygen2: do not edit by hand
export(caged_adjustments_load)
export(caged_connect)
export(caged_download)
export(caged_download_layouts)
export(caged_hf_files)
export(caged_info)
export(caged_load)
export(caged_parse)
export(caged_parse_batch)
export(caged_status)
export(caged_to_duckdb)
export(caged_to_parquet)
export(caged_update)
importFrom(DBI,
dbAppendTable,
dbBind,
dbClearResult,
dbConnect,
dbDisconnect,
dbExecute,
dbExistsTable,
dbFetch,
dbGetQuery,
dbListFields,
dbListTables,
dbSendQuery,
dbSendStatement,
dbWriteTable
)
importFrom(archive,
archive,
archive_extract,
archive_read
)
importFrom(cli,
cli_abort,
cli_h1,
cli_h2,
cli_inform,
cli_progress_bar,
cli_progress_done,
cli_progress_update,
cli_warn,
col_blue,
col_cyan,
col_green,
col_red,
col_silver,
col_yellow,
num_ansi_colors,
pb_bar,
pb_current,
pb_elapsed,
pb_eta_str,
pb_total,
style_bold
)
importFrom(dplyr,
arrange,
bind_rows,
collect,
count,
desc,
filter,
full_join,
group_by,
left_join,
mutate,
pull,
summarise,
tbl
)
importFrom(duckdb,duckdb)
importFrom(furrr,
furrr_options,
future_map
)
importFrom(future,
availableCores,
multisession,
plan
)
importFrom(glue,glue)
importFrom(httr2,
req_error,
req_perform,
req_retry,
req_timeout,
request,
resp_body_json,
resp_body_raw,
resp_status
)
importFrom(progressr,
progressor,
with_progress
)
importFrom(purrr,
compact,
map,
walk2
)
importFrom(readr,
col_character,
cols,
locale,
read_delim
)
importFrom(stringr,
str_remove,
str_replace_all
)
importFrom(tibble,tibble)
importFrom(tools,R_user_dir)
importFrom(utils,
download.file,
globalVariables,
head,
packageVersion,
unzip
)