load_applications
where the extracted project role was NA when the Kobo label in the matrix question was given in the YYYY-mm-ABB format (#24)load_applications
now takes a project id in the new format (YYYY-mm-ABB) for filtering (#25)applicant_id
s for applicants who apply for multiple projectsanonymize_applications()
work for Kobo and Surveymonkey data team_size
to template for meta.json and fill_project.R
dev
branch and add dev
branch to GitHub Actionprepare_team_selection.R
where it was still using function arguments for surveymonkeyuse_team_selection_workflow
R scripts templates. use_team_selection_workflow
to make it easier to distinguish them when multiple instances are open at the same time in RStudio. Adds basic support for responses to the German form (see #2)
- implements data cleaning for German form (clean_application_colnames
, load_applications_export
)
- use_team_selection_workflow
and extract_motivation_questions
gain a new argument lang
which defaults to "en" but can be changed to "de"
Two changes related to #7
- adds a new function load_applications_export
that loads applications from a csv export done via the surveymonkey UI. (#7)
- use_team_selection_workflow
gains a new optional argument export_csv_file
(#7)
write_project
functionhere::here
within functions, only as default argumentsusethis
-like function use_fill_project
that creates a script that contains all the necessary workflow steps to fill a meta.json
of a project.load_applications
to download project applications from surveymonkey for all projects for a specific project anonymize_applications
to anonymize applications by dropping name, email and ip addressextract_motivation_questions
to extract the open-ended questions into a markdown string that can be then stored as a markdown file for easier readingget_application_emails
to quickly extract the email addresses of those applicants who were (not) selected for the team. Writes a ; separated string to the clipboard for easy copy-pasting to email clients.usethis
-like function use_team_selection_workflow
that creates a folder team_selection
and two scripts that contains all the necessary workflow steps when preparing team selection and afterwards getting the email addresses of accepted / declined applicants.id_path
and id_surveymonkey
to quickly convert project ids from the PREFIX-mm-yyyy format to yyyy-mm-PREFIX and vice versa. projectsdb
, new_project
to create a new project folder with all the necessary filesload_project
to load the project into R as a list. load_projects
to load all projects into R as a list of lists.write_project
to write the project list back into meta.json
.update_projects_json
to update the projects.json
which contains all projectsupdate_project
function to update a top-level field of a projectNEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.