Learn R Programming

gespeR (version 1.4.2)

loadValues: Methods for values of TargetRelations objects

Description

Load, unload or write to file the values of a TargetRelations object

Usage

loadValues(object)

## S3 method for class 'TargetRelations': loadValues(object)

## S3 method for class 'gespeR': loadValues(object)

unloadValues(object, ...)

## S3 method for class 'TargetRelations': unloadValues(object, writeValues = TRUE, overwrite = FALSE, path = NULL)

## S3 method for class 'gespeR': unloadValues(object, writeValues = TRUE, overwrite = FALSE, path = NULL)

writeValues(object, ...)

## S3 method for class 'TargetRelations': writeValues(object, overwrite = FALSE)

Arguments

object
A TargetRelations object or gespeR object
...
Additional arguments
writeValues
Indicator, whether to write values
overwrite
Indicator, wheter to overwrite values if file exists at path
path
The path to write out values

Value

  • A TargetRelations object or gespeR object

Examples

Run this code
data(stabilityfits)
loadValues(stabilityfits$A)

Run the code above in your browser using DataLab