get_detailed_type_names {moodef} | R Documentation |
Get Detailed Type Names
Description
Determines the type
column of a data frame based on specific conditions and
the content of other columns in the data frame.
Usage
get_detailed_type_names(df)
Arguments
df |
A data frame containing at least the following columns:
|
Details
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.
Value
A character vector containing the updated type
values.
[Package moodef version 1.2.0 Index]