View source: R/fix_column_data_types.R
fix_column_data_types | R Documentation |
Freshly exported data has all item-data columns as type "character". This function converts these columns to ideal types (e.g. integer). Currently simply converts all multiple-choice columns to integer. Future task: Add conversion to other data types as needed.
fix_column_data_types(df_in)
df_in |
The 'data.frame' object to fix. |
A 'data.frame' object containing the data from 'df_in' but with fixed column data types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.