View source: R/goose_survey_tools.R
| abbreviate_survey_question | R Documentation |
Internal function that intelligently abbreviates survey questions into short, meaningful variable names.
abbreviate_survey_question(question, max_length = 20, custom_dict = NULL)
question |
The survey question text |
max_length |
Maximum length for the abbreviated name |
custom_dict |
Custom abbreviation dictionary |
Abbreviated variable name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.