fix_data_type: Fix data type from the dataset

View source: R/fixing data type.R

fix_data_typeR Documentation

Fix data type from the dataset

Description

Fix data type from the dataset

Usage

fix_data_type(
  df,
  remove_all_NA_col = T,
  na.string = c("", "NA"),
  character_cols = NULL
)

Arguments

df

The data set

remove_all_NA_col

A logical parameter. Ture will remove the columns where all values are NA

kobo_survey_sheet

The defult (NUll) will create additional table for multiple choice questions

remove_multiple_choice_concat

A logical parameter. Ture will remove the aggregated columns (for multiple choice question) from the dataset


mhkhan27/illuminate documentation built on March 25, 2023, 5:41 p.m.