Description Usage Arguments Value Author(s) Examples
Load, unload or write to file the values of a TargetRelations
object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 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
1 2 3 4 5 | data(stabilityfits)
## Not run:
loadValues(stabilityfits$A)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.