powered by
Clean data, check column selection, remove cases with missing values
data_prepare(data, cols, cross, clean = TRUE)
Prepared data frame.
Data frame to be prepared.
The first column selection.
The second column selection.
Whether to clean data using data_clean.
data <- volker::chatgpt data_prepare(data, sd_age, sd_gender)
Run the code above in your browser using DataLab