clean: Function to clean training and test data

Description Usage Arguments Details Value Examples

Description

clean Function to clean training and test data.

Usage

1
clean(x, dummy_variables = NULL)

Arguments

x

Input dataframe

Details

Function to clean training and test data.

Value

Cleaned dataframe

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
 library(catR)
 library(dplyr)
 library(readr)

 train <- "train.csv" %>%
   read_csv %>%
   clean


## End(Not run)

glaggle/cadR documentation built on May 17, 2019, 6:39 a.m.