asset {Allspice} | R Documentation |
Constructor for Asset
Description
Creates a new Asset object.
Usage
asset(folder = NULL, verbose = TRUE)
Arguments
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. |
Value
Returns an Asset object.
Examples
# Set up an ALL subtyping asset.
folder <- system.file("subtypes", package="Allspice")
a <- asset(folder)
[Package Allspice version 1.0.7 Index]