-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 1016 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
35
36
37
# Generated by roxygen2: do not edit by hand
export(combine_docs)
export(combine_iatf)
export(get_iatf_gazette)
export(get_iatf_links)
export(get_iatf_page)
export(get_iatf_pages)
export(get_iatf_pdf)
export(get_iatf_pdfs)
export(list_iatf_pages)
importFrom(curl,curl_download)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(dplyr,bind_rows)
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(xml2,read_html)
importFrom(xml2,url_absolute)