View source: R/function_proc_data.R
proc.data | R Documentation |
Clean dataset removing NA value and Near zero variance columns.
proc.data(x)
x |
A dataset with calculated Chemical Descriptors. |
Returns cleaned up dataset removing column with NA value and Near zero variance.
# descs is a previusly dataset with calculate chemical descriptors from
function getCD
db_rt <- proc.data(descs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.