Learn R Programming

Allspice (version 1.0.7)

asset: Constructor for Asset

Description

Creates a new Asset object.

Usage

asset(folder = NULL, verbose = TRUE)

Value

Returns an Asset object.

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.

Examples

Run this code
# Set up an ALL subtyping asset.
folder <- system.file("subtypes", package="Allspice")
a <- asset(folder)

Run the code above in your browser using DataLab