stashROption {stashR} | R Documentation |
Set options relevant to the stashR
package
stashROption(name, value)
name |
character, name of option |
value |
value for the option |
Currently, the only option that can be set is quietDownload
which is a logical indicating whether download progress should be
printed to the screen when downloading a value associated with a
specific key. The default is TRUE
.
Roger D. Peng