dl_method {switchr} | R Documentation |
dl_method
Description
Get or set the download method for retreiving files.
Usage
dl_method(x)
## S4 method for signature 'SwitchrParam'
dl_method(x)
dl_method(x) <- value
## S4 replacement method for signature 'SwitchrParam'
dl_method(x) <- value
Arguments
x |
A SwitchrParam object |
value |
The new number of seconds to wait |
Value
for the getter, the download method specified in the
SwitchrParam
object, for the setter, the object
updated with the new download method.
[Package switchr version 0.14.8 Index]