-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.04 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_geom)
export(age_groups)
export(archive_extract)
export(basket_goods)
export(branch_ciiu)
export(dates_ech)
export(deflate)
export(employment)
export(employment_restrictions)
export(enrolled_school)
export(get_estimation_gini)
export(get_estimation_gpg)
export(get_estimation_mean)
export(get_estimation_median)
export(get_estimation_qsr)
export(get_estimation_ratio)
export(get_estimation_total)
export(get_microdata)
export(household_type)
export(housing_conditions)
export(housing_deprivation)
export(housing_situation)
export(housing_tenure)
export(income_constant_prices)
export(income_quantiles)
export(integrated_poverty_measure)
export(labor_income_per_capita)
export(labor_income_per_hour)
export(level_completion)
export(level_education)
export(organize_educ)
export(organize_ht11)
export(organize_names)
export(overcrowding)
export(plot_geouy)
export(poverty)
export(read_microdata)
export(set_design)
export(to_ascii)
export(underemployment)
export(unlabelled)
export(unsatisfied_basic_needs)
export(years_of_schooling)
import(srvyr)
import(survey)
importFrom(assertthat,assert_that)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,c_across)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_any)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(fs,file_exists)
importFrom(fs,path)
importFrom(fs,path_ext)
importFrom(geouy,add_geom)
importFrom(geouy,plot_geouy)
importFrom(glue,glue)
importFrom(haven,is.labelled)
importFrom(haven,labelled)
importFrom(haven,read_dta)
importFrom(haven,read_sav)
importFrom(haven,zap_labels)
importFrom(janitor,clean_names)
importFrom(labelled,to_factor)
importFrom(labelled,var_label)
importFrom(laeken,gini)
importFrom(rlang,.data)
importFrom(srvyr,as_survey_design)
importFrom(srvyr,summarise)
importFrom(statar,xtile)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(utils,download.file)