as.definitions: Harvest Model Item Definitions in Project Context

Description Usage Arguments Details Methods (by class) See Also

Description

Havests model item definitions in project context.

Creates a model item definitions from a definitions object.

Creates a model item definitions from a number.

Creates a model item definitions from a character string.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
as.definitions(x, ...)

## S3 method for class 'definitions'
as.definitions(x, ...)

## S3 method for class 'numeric'
as.definitions(x, ...)

## S3 method for class 'character'
as.definitions(x, ...)

Arguments

x

object of dispatch

...

arguments to methods

Details

x can be numeric or character model name, assuming project is identified by argument or option.

Just returns the object unmodified.

Just coerces to character and calls as.definitions again.

Reclassifies x as a modelname and calls as.definitions again.

Methods (by class)

See Also

as.definitions.modelname


bergsmat/partab documentation built on May 12, 2019, 3:09 p.m.