R/as.folder.R

Defines functions as.folder

Documented in as.folder as.folder

# as.folder <- function(x, ..., groups = NULL)
as.folder <- function(x, ...)
    UseMethod("as.folder")

#as.folder.default <- function(x, ..., groups = NULL) {        
#  # Change a data frame x into an object of class 'folder'.
#  
#  return(as.folder(x, ..., groups = NULL))
#}

Try the dad package in your browser

Any scripts or data that you put into this service are public.

dad documentation built on Aug. 30, 2023, 5:06 p.m.