this PR removes surveymonkey functionality from templates. data cleaning and loading functions are preserved but are moved to a separate file surveymonkey.R to easier distinguish current (kobo-based) functionalities from older, surveymonkey based ones.
This PR also changes the meaning of the term project_id: previously meaning ids of the form ERL-03-2020, it now refers to the more useful 2020-03-ERL ids (e.g. file sorting etc). ERL-03-2020 was a format that was used in the surveymonkey application forms, but is not needed anymore.
this PR removes surveymonkey functionality from templates. data cleaning and loading functions are preserved but are moved to a separate file
surveymonkey.R
to easier distinguish current (kobo-based) functionalities from older, surveymonkey based ones.This PR also changes the meaning of the term
project_id
: previously meaning ids of the formERL-03-2020
, it now refers to the more useful2020-03-ERL
ids (e.g. file sorting etc).ERL-03-2020
was a format that was used in the surveymonkey application forms, but is not needed anymore.