as.folder {dad} | R Documentation |
Coerce to a folder
Description
Coerces a data frame or an object of class "folderh"
to an object of class "folder"
.
Usage
as.folder(x, ...)
Arguments
x |
an object of class
|
... |
further arguments passed to or from other methods. |
Value
an object of class folder
.
Author(s)
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
See Also
folder
: objects of class folder
.
as.data.frame.folder
: build a data frame from an object of class folder
.
as.folder.data.frame
: build an object of class folder
from a data frame.
as.folder.folderh
: build an object of class folder
from an object of class folderh
.
[Package dad version 4.1.2 Index]