loadValues {gespeR} | R Documentation |
TargetRelations
objectsLoad, unload or write to file the values of a TargetRelations
object
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)
object |
A |
... |
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 |
A TargetRelations
object or gespeR
object
Fabian Schmich
data(stabilityfits) ## Not run: loadValues(stabilityfits$A) ## End(Not run)