| getType | R Documentation |
The type information is derived from the contents of individual columns of an input data frame.
getType(dat)
dat |
A data frame. |
A character vector of length ncol(dat) containing "n" for numerical
columns, the number of different values for character or factor columns,
and "o" otherwise.
Petr Savicky
readMLData.
pathData <- getPath("exampleData")
pathDescription <- getPath("exampleDescription")
dsList <- prepareDSList(pathData, pathDescription)
dat <- dsRead(dsList, "annealing")
getType(dat)