getnumericCols {shinyr} | R Documentation |
Get Numeric Cols
Description
Get all columns which are numeric.
Usage
getnumericCols(dat)
Arguments
dat |
data frame |
Details
getnumericCols
Value
Character vector of names of numeric columns of given data frame
Author(s)
Jayachandra N
Examples
getnumericCols(iris)
getnumericCols(mtcars)
[Package shinyr version 0.4.2 Index]