| factOrNot | R Documentation |
Merge several data.frames
factOrNot(datafr, arg = "factor", ind = FALSE)
datafr |
data.frame |
arg |
class to be evaluated c("factor","Date","integer","numeric","character") |
ind |
if TRUE return index, else return names |
list or names of columns
JuG
library(survival)
data(cgd)
factOrNot(cgd)
factOrNot(cgd,arg = "Date",ind=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.