extractData {CoCoRaw}R Documentation

Extract the data from a CoCo Object

Description

Extract the data from a CoCo Object.

Usage

extractData(full = FALSE, data = NULL, 
            object = .object.of.thing(data = data, ...), ...)

Arguments

full Logical, if full is TRUE then all the varaibles are extracted, that is as without setUseVariables.
data See exportCoCo.
object See exportCoCo.
... Additional arguments to generate the CoCo object from the data argument. See propertyModel.

Value

TRUE

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

exportCoCo.


[Package CoCoRaw version 0.1.6.8 Index]