-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·51 lines (50 loc) · 1.27 KB
/
Copy pathNAMESPACE
File metadata and controls
executable file
·51 lines (50 loc) · 1.27 KB
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
# Generated by roxygen2: do not edit by hand
export(add_household_variables)
export(add_race_label_column)
export(append_A_to_B)
export(calculate_age_at_death)
export(calculate_age_at_first_app)
export(clean_apps)
export(clean_claims)
export(clean_deaths)
export(clean_key)
export(clean_names)
export(clean_wcensoc)
export(condense_claims)
export(condense_numapp)
export(create_bunmd)
export(create_censoc)
export(create_censoc_dmf)
export(create_censoc_numident)
export(create_weights_bunmd)
export(create_weights_bunmd_complete)
export(create_weights_censoc_dmf)
export(create_weights_censoc_numident)
export(find_nonexact_matches)
export(fix_ids)
export(get_first_word)
export(load_census_dmf_match)
export(load_census_numident_match)
export(load_dmf_deaths)
export(match_records)
export(merge_names_no_middle)
export(preprocess_A)
export(preprocess_B)
export(read_app_fwf)
export(read_claim_fwf)
export(read_death_fwf)
export(recode_education)
export(remove_titles)
export(select_birthplace)
export(select_birthplace_city)
export(select_date_of_first_app)
export(select_dob)
export(select_longest_name)
export(select_number_claims)
export(select_number_of_apps)
export(select_race_first)
export(select_race_last)
export(select_sex)
export(split_first_name)
import(data.table)
import(tidyverse)