-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (26 loc) · 731 Bytes
/
NAMESPACE
File metadata and controls
27 lines (26 loc) · 731 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
# Generated by roxygen2: do not edit by hand
export(dplace_all_societies)
export(dplace_codes)
export(dplace_society)
export(dplace_variables)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_rows)
importFrom(dplyr,data_frame)
importFrom(dplyr,distinct)
importFrom(dplyr,funs)
importFrom(dplyr,mutate_each)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,modify_url)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,rbind.pages)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)