R/adf.R

#' Type less words for as.data.frame
#'
#' @param x a object to transform to a data.frame()
#'
#' @return a object of class data.frame
#' @export
#'
#' @examples class(adf(Orange$age))
adf <- function(x){
  as.data.frame(x)
}
jasdumas/dumas documentation built on May 18, 2019, 4:49 p.m.