Learn R Programming

trackr (version 0.10.7)

describePackage: Accessor method for ObjFeatureSet "analysispkg" slot.

Description

The analysis package, if any, that was 'in use' (i.e., that contained the working directory that was active) when the result was recorded.

Usage

describePackage(object)

# S4 method for FeatureSet describePackage(object)

Arguments

object

An object of (super)class ObjFeatureSet.

Value

A list holding the name, title, and description of any packages with description files on the current path.

Examples

Run this code
# NOT RUN {
mt = datasets::mtcars
fs = makeFeatureSet(mt)
describePackage(fs)
# }

Run the code above in your browser using DataLab