Description Usage Arguments Value See Also Examples
Auxiliary function: excludeCol
will exclude the given columns, then return a new dataframe.
1 | excludeCol(df, exclude)
|
df |
A dataframe. |
exclude |
Vector of column names or numbers to exclude. |
A dataframe
Other data preprocessing functions: delFewValues
,
delNArate
, delSinvalPercent
,
maxSinvalPercent
1 2 | data(CreditData)
x_sample <- excludeCol(CreditData, exclude = "target")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.