-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.16 KB
/
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
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
export(tidygeo)
import(tidyRSS)
importFrom(anytime,anytime)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,tibble)
importFrom(httr,GET)
importFrom(httr,user_agent)
importFrom(jsonlite,parse_json)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,map_if)
importFrom(purrr,safely)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,has_name)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_linestring)
importFrom(sf,st_point)
importFrom(sf,st_polygon)
importFrom(strex,str_after_first)
importFrom(strex,str_before_first)
importFrom(stringr,str_extract)
importFrom(utils,getFromNamespace)
importFrom(xml2,as_list)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_contents)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)
importFrom(xml2,xml_type)