clean_application_colnames: clean_application_colnames

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

clean_application_colnamesR Documentation

clean_application_colnames

Description

cleans surveymonkey column names. snakecases column names and splits the title into "project_id" and "project_title"

cleans surveymonkey column names. snakecases column names and splits the title into "project_id" and "project_title"

Usage

clean_application_colnames(survey_df, lang = "en")

clean_application_colnames(survey_df, lang = "en")

Arguments

survey_df

tibble. Tibble with the applications.

lang

character. Which language was used to collect the applications. Either "en" or "de". Defaults to "en".

Value

tibble with clean column names

tibble with clean column names


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