View source: R/surveymonkey.R View source: R/applications_surveymonkey.R
load_applications_export | R Documentation |
loads the applications for a given project from the csv export
loads the applications for a given project from the csv export
load_applications_export( export_csv_path, project_id_surveymonkey = NULL, lang = "en" ) load_applications_export( export_csv_path, project_id_surveymonkey = NULL, lang = "en" )
export_csv_path |
character. path to csv export from surveymonkey containing the applications |
project_id_surveymonkey |
character. ID of the project, e.g. ERL-03-2020. Defaults to NULL which means not to filter by project |
lang |
character. Which language was used to collect the applications. Defaults to "en" for the "application for correlaid projects (en)" form. "de" corresponds to "Bewerbungsformular für Projektteams (de)" form. |
data frame containing the responses to the questions
data frame containing the responses to the questions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.