-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 990 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 990 Bytes
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
# Generated by roxygen2: do not edit by hand
export(eq_build_url)
export(eq_data_bulletin)
export(eq_data_summary)
export(eq_get_bulletin)
export(eq_get_bulletin_link)
export(eq_get_bulletin_links)
export(eq_get_bulletins)
export(eq_get_table)
export(eq_get_tables)
export(eq_process_bulletins)
export(eq_process_table)
export(eq_process_tables)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(httr,config)
importFrom(rlang,.data)
importFrom(rvest,html_table)
importFrom(rvest,session)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_title)
importFrom(tibble,tibble)