-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
34 lines (33 loc) · 934 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
export(combine_docs)
export(combine_iatf)
export(get_dfa_links)
export(get_doh_links)
export(get_doh_release)
export(get_iatf_links)
export(get_pr_url)
export(get_press_release)
importFrom(httr,user_agent)
importFrom(lubridate,dmy)
importFrom(lubridate,mdy)
importFrom(magrittr,"%>%")
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)
importFrom(stringr,str_wrap)
importFrom(tibble,tibble)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(xml2,read_html)
importFrom(xml2,url_absolute)