diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05eaeec65027a7f9fa548c377deab8f360b74d41..6948c72162d06334fecd3628a8174eae245a84e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,11 +16,11 @@ In general we use: for all our data manipulation and: -> <data>_<action> for our function names +> <<data>>_<<action>> for our function names 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/) - \ No newline at end of file +