View source: R/PreProcessing.R
preProcess | R Documentation |
This function arranges the data in the required format and displays error messages.
preProcess(data, x, y, na.rm = TRUE)
data |
|
x |
Column input indexes in |
y |
Column output indexes in |
na.rm |
|
It returns a data.frame
in the required format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.