load_applications_export: load project applications from export

View source: R/surveymonkey.R View source: R/applications_surveymonkey.R

load_applications_exportR Documentation

load project applications from export

Description

loads the applications for a given project from the csv export

loads the applications for a given project from the csv export

Usage

load_applications_export(
  export_csv_path,
  project_id_surveymonkey = NULL,
  lang = "en"
)

load_applications_export(
  export_csv_path,
  project_id_surveymonkey = NULL,
  lang = "en"
)

Arguments

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.

Value

data frame containing the responses to the questions

data frame containing the responses to the questions


CorrelAid/projectutils documentation built on Oct. 7, 2022, 4:40 a.m.