#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.