process_question_dataframe {moodef} | R Documentation |
Process Question DataFrame
Description
Processes a dataframe by converting columns to character type, handling NAs, and renaming attributes to snake_case.
Usage
process_question_dataframe(df)
Arguments
df |
A dataframe to process. |
Value
A processed dataframe.
[Package moodef version 1.2.0 Index]