-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
98 lines (97 loc) · 2.73 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
97
98
# Generated by roxygen2: do not edit by hand
export("%>%")
export(CostlyCorrespondences)
export(CostlyCountries)
export(CostlyCurrencies)
export(CostlySeed)
export(CostlySource)
export(CostlyStandards)
export(add_country_standards)
export(add_currency_standards)
export(add_default_country_seed)
export(add_default_currency_seed)
export(add_source_label)
export(deprecated)
export(get_corresponding_var)
export(get_country_standards)
export(get_currency)
export(get_currency_standards)
export(get_currency_tbls)
export(get_seed_cities)
export(get_seed_currencies)
export(get_seed_ds)
export(get_standardised_dss)
export(make_country_correspondences)
export(make_country_standards)
export(make_currency_ls)
export(make_currency_standards)
export(make_defaults)
export(make_ds_names)
export(make_standardised_dss)
export(make_standards_xx)
export(make_validation_ls)
export(make_validation_output)
export(transform_country)
export(update_correspondences)
export(update_country_default_ls)
export(update_currency_correspondences)
export(update_currency_default_ls)
export(update_module_slot)
export(update_with_standards)
exportClasses(CostlyCorrespondences)
exportClasses(CostlyCountries)
exportClasses(CostlyCurrencies)
exportClasses(CostlySeed)
exportClasses(CostlySource)
exportClasses(CostlyStandards)
exportMethods(manufacture)
exportMethods(procure)
exportMethods(ratify)
exportMethods(renew)
import(methods)
import(ready4)
importFrom(Hmisc,capitalize)
importFrom(countrycode,countrycode)
importFrom(dplyr,all_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,vars)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(methods,callNextMethod)
importFrom(methods,slotNames)
importFrom(purrr,discard)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(ready4,get_from_lup_obj)
importFrom(ready4,manufacture)
importFrom(ready4,procure)
importFrom(ready4,ratify)
importFrom(ready4,renew)
importFrom(ready4,update_tb_r3)
importFrom(ready4show,make_pt_ready4show_correspondences)
importFrom(ready4show,ready4show_correspondences)
importFrom(ready4show,renew.ready4show_correspondences)
importFrom(ready4use,Ready4useDyad)
importFrom(ready4use,Ready4useRepos)
importFrom(ready4use,renew.ready4use_dictionary)
importFrom(rlang,sym)
importFrom(rvest,html_table)
importFrom(rvest,read_html)
importFrom(stats,setNames)
importFrom(stringdist,amatch)
importFrom(testit,assert)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tidyselect,all_of)
importFrom(utils,data)