View source: R/format_questions_extended.R
get_detailed_type_names | R Documentation |
Determines the type
column of a data frame based on specific conditions and
the content of other columns in the data frame.
get_detailed_type_names(df)
df |
A data frame containing at least the following columns:
|
It checks if some value in the type
column are within the allowed set
('', 'h', 'v', 'x'
) and updates each row based on the associated answers
and other fields.
A character vector containing the updated type
values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.