loadValues {gespeR}R Documentation

Methods for values of TargetRelations objects

Description

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

Usage

loadValues(object)

## S4 method for signature 'TargetRelations'
loadValues(object)

## S4 method for signature 'gespeR'
loadValues(object)

unloadValues(object, ...)

## S4 method for signature 'TargetRelations'
unloadValues(object, writeValues = TRUE,
  overwrite = FALSE, path = NULL)

## S4 method for signature 'gespeR'
unloadValues(object, writeValues = TRUE,
  overwrite = FALSE, path = NULL)

writeValues(object, ...)

## S4 method for signature '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

Author(s)

Fabian Schmich

Examples

data(stabilityfits)
## Not run: 
loadValues(stabilityfits$A)

## End(Not run)

[Package gespeR version 1.26.0 Index]