From ea4051045d0c942cd9a8357f7447ada438c1478c Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Thu, 1 Apr 2021 12:11:58 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9d9075..1eeb6fb 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/) -- GitLab