asset | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.