Skip to content
Snippets Groups Projects
Commit ea405104 authored by Ben Anderson's avatar Ben Anderson
Browse files

Update CONTRIBUTING.md

parent a0658f4d
No related branches found
No related tags found
No related merge requests found
......@@ -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/)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment