R/split_data.R
split_data.Rd
Splits master dataset into a training set and a testing set.
split_data( df, train_prop = 0.8 )
A master dataframe.
The proportion of the dataset to allocate to the training set.
Two dataframes.