rcvirtual.basic-class: Basic virtual reference class

Description Details Fields Methods

Description

Virtual ("template") Reference Class for all RCs

Details

This reference class contains fields (aka "attributes") and methods (aka "procedures") for all basic RCs.

Fields

package.name

character. Name of package

object.name

character. Name of object

verbose

logical. Are methods verbose when called?

#@import ncdf4

Methods

construct()

Construct basic objects

fields()

Lists the fields available in this object

get.args(function.name.pattern)

Lists the arguments in all the exclusive functions that match the pattern provided

get.csv(fullpath, unlist = FALSE)

General method to import comma separated value files

get.name()

Provides the object's name.

get.rdata(fullpath)

Reads an .RData or .rda file and passes its contents as a list

get.txt(fullpath)

Reads a .txt file and passes its contents as a dataframe

help(method = .self$methods())

Prints the description under a specific method

initialize(package.name = "anonymous", object.name = "anonymous", verbose = TRUE, autoconstruct = FALSE)

Default method to initialize basic objects

methods()

Lists the methods available in this object

set.name(new.name)

Sets the name of a random variable/vector.

set.verbose(verbose)

Changes verbosity level

validate()

Validate basic objects


rtlemos/rcvirtual documentation built on May 28, 2019, 9:56 a.m.