forked from dataobservatory-eu/indicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
82 lines (81 loc) · 2.21 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_country_groups)
export(add_keywords)
export(create_database)
export(create_discrete_observatory_palette)
export(get_eurostat_indicator)
export(impute_indicators)
export(indicator_forecast)
export(initialize_database)
export(load_eurostat_metadata)
export(na_approx)
export(na_locf)
export(na_nocb)
export(test_unique_observations)
export(update_metadata)
importFrom(DBI,dbAppendTable)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbListTables)
importFrom(DBI,dbReadTable)
importFrom(DBI,dbSendQuery)
importFrom(DBI,dbWriteTable)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,sqliteCopyDatabase)
importFrom(assertthat,assert_that)
importFrom(dplyr,add_count)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct_all)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_all)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(eurostat,get_eurostat)
importFrom(eurostat,get_eurostat_dic)
importFrom(eurostat,get_eurostat_toc)
importFrom(eurostat,label_eurostat)
importFrom(forecast,forecast)
importFrom(fs,path_ext)
importFrom(glue,glue)
importFrom(lubridate,as_date)
importFrom(lubridate,day)
importFrom(lubridate,days)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,possibly)
importFrom(purrr,set_names)
importFrom(rlang,.data)
importFrom(snakecase,to_sentence_case)
importFrom(stringr,str_sub)
importFrom(tidyr,fill)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,everything)
importFrom(timetk,tk_tbl)
importFrom(timetk,tk_ts)
importFrom(writexl,write_xlsx)
importFrom(zoo,na.approx)
importFrom(zoo,na.locf)