diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9d90754029c9e2c8969dcbdbb01507580493c52..1eeb6fb9fe7b2dc2e3a937463b0ff837cd993bf0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,6 @@ for all our data manipulation and: Thus the function to: * load the survey file and return it as a [data.table](https://rdatatable.gitlab.io/data.table/) is `SAVEr::survey_load(f)` where f is the file path - * create the derived (recoded) tenure variable in the survey data is `SAVEr::survey_dv_tenure(dt)` where dt is the survey file as a [data.table](https://rdatatable.gitlab.io/data.table/) + * create the derived (recoded) `dv_tenure` variable in the survey data is `SAVEr::survey_dv_tenure(dt)` where dt is the survey file as a [data.table](https://rdatatable.gitlab.io/data.table/)