View source: R/get_numeric_cols.R
getnumericCols | R Documentation |
Get all columns which are numeric.
getnumericCols(dat)
dat |
data frame |
getnumericCols
Character vector of names of numeric columns of given data frame
Jayachandra N
getnumericCols(iris)
getnumericCols(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.