powered by
Creates a new Asset object.
asset(folder = NULL, verbose = TRUE)
Returns an Asset object.
Path to a folder that contains the necessary files for a classification asset.
If TRUE, accessed asset items (file names) are printed on screen.
# Set up an ALL subtyping asset. folder <- system.file("subtypes", package="Allspice") a <- asset(folder)
Run the code above in your browser using DataLab