forked from rOpenGov/eurostat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·49 lines (48 loc) · 1.26 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
46
47
48
49
# Generated by roxygen2: do not edit by hand
export(clean_eurostat_cache)
export(cut_to_classes)
export(dic_order)
export(eurotime2date)
export(eurotime2num)
export(get_eurostat)
export(get_eurostat_dic)
export(get_eurostat_geospatial)
export(get_eurostat_json)
export(get_eurostat_toc)
export(grepEurostatTOC)
export(harmonize_country_code)
export(label_eurostat)
export(label_eurostat_tables)
export(label_eurostat_vars)
export(search_eurostat)
import(methods)
importFrom(RColorBrewer,brewer.pal)
importFrom(broom,tidy)
importFrom(classInt,classIntervals)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(methods,as)
importFrom(readr,col_character)
importFrom(readr,read_tsv)
importFrom(sf,as_Spatial)
importFrom(sf,st_as_sf)
importFrom(sf,st_read)
importFrom(sp,merge)
importFrom(sp,spplot)
importFrom(stringi,stri_match_first_regex)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_data_frame)
importFrom(tibble,data_frame)
importFrom(tibble,is_tibble)
importFrom(tidyr,gather_)
importFrom(tidyr,separate)
importFrom(utils,data)
importFrom(utils,download.file)