Learn R Programming

moodef (version 1.2.0)

process_question_dataframe: 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)

Value

A processed dataframe.

Arguments

df

A dataframe to process.