forked from pewresearch/pewmethods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 985 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(calculate_deff)
export(create_raking_targets)
export(df_list_to_xlsx)
export(dk_to_na)
export(dummify_factors)
export(fct_case_when)
export(get_spss_label)
export(get_totals)
export(impute_vars)
export(keyboardize_punctuation)
export(mice.impute.ranger)
export(rake_survey)
export(replace_if)
export(set_spss_label)
export(standardize_weights)
export(syssamp)
export(tablena)
export(timefactory)
export(transfer_spss_labels)
export(trim_weights)
import(dplyr)
import(forcats)
import(ranger)
import(rlang)
import(stringr)
import(survey)
import(tibble)
importFrom(haven,labelled)
importFrom(mice,complete)
importFrom(mice,mice)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,writeData)
importFrom(purrr,attr_getter)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)