Asset: Constructor for Asset

assetR 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)

Allspice documentation built on Jan. 22, 2023, 1:46 a.m.

Related to Asset in Allspice...