Add HRI variables to an SLF Individual File
Usage
add_hri_variables(
data,
chi_variable = "chi",
slf_pc_lookup = read_file(get_slf_postcode_path(), col_select = "postcode")
)
Arguments
- data
An SLF individual file.
- chi_variable
string, claiming chi or anon_chi.
- slf_pc_lookup
The Source postcode lookup, defaults to
get_slf_postcode_path()
read usingread_file()
.