R/utils.R

#'@export
selectNumeric <- function(dframe){
  dframe[,sapply(dframe,is.numeric)]
}
mbannert/minimalpkg documentation built on May 24, 2019, 5:07 a.m.