asset {Allspice} | R Documentation |
Creates a new Asset object.
asset(folder = NULL, verbose = TRUE)
folder |
Path to a folder that contains the necessary files for a classification asset. |
verbose |
If TRUE, accessed asset items (file names) are printed on screen. |
Returns an Asset object.
# Set up an ALL subtyping asset.
folder <- system.file("subtypes", package="Allspice")
a <- asset(folder)