-
Notifications
You must be signed in to change notification settings - Fork 46
/
NAMESPACE
executable file
·96 lines (95 loc) · 2.67 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Generated by roxygen2: do not edit by hand
export(add_nuts_level)
export(check_access_to_data)
export(clean_eurostat_cache)
export(cut_to_classes)
export(dic_order)
export(eurotime2date)
export(eurotime2num)
export(get_bibentry)
export(get_eurostat)
export(get_eurostat_dic)
export(get_eurostat_folder)
export(get_eurostat_geospatial)
export(get_eurostat_interactive)
export(get_eurostat_json)
export(get_eurostat_toc)
export(grepEurostatTOC)
export(harmonize_country_code)
export(harmonize_geo_code)
export(label_eurostat)
export(label_eurostat_tables)
export(label_eurostat_vars)
export(list_eurostat_cache_items)
export(recode_nuts)
export(recode_to_nuts_2013)
export(recode_to_nuts_2016)
export(search_eurostat)
export(set_eurostat_cache_dir)
export(validate_geo_code)
export(validate_nuts_regions)
importFrom(ISOweek,ISOweek2date)
importFrom(RefManageR,BibEntry)
importFrom(RefManageR,toBiblatex)
importFrom(classInt,classIntervals)
importFrom(countrycode,countrycode)
importFrom(curl,curl_download)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,setDT)
importFrom(digest,digest)
importFrom(dplyr,"%>%")
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(httr2,"%>%")
importFrom(httr2,req_error)
importFrom(httr2,req_perform)
importFrom(httr2,req_proxy)
importFrom(httr2,req_retry)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_content_type)
importFrom(httr2,resp_is_error)
importFrom(httr2,url_build)
importFrom(httr2,url_parse)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,day)
importFrom(lubridate,dmy)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(readr,read_tsv)
importFrom(regions,recode_nuts)
importFrom(regions,validate_geo_code)
importFrom(regions,validate_nuts_regions)
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(stats,na.omit)
importFrom(stringi,stri_extract_first_regex)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringr,str_extract)
importFrom(stringr,str_glue)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,hasName)
importFrom(utils,menu)
importFrom(utils,person)
importFrom(utils,toBibtex)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)