.download_then {dlr} | R Documentation |
Compose a Download-then-Process Function
Description
Compose a Download-then-Process Function
Usage
.download_then(process_f)
Arguments
process_f |
A function or one-sided formula to use to read and process the raw file after it is downloaded. The path to the downloaded file will be passed as the first argument to this function. |
Value
The processed data returned by process_f
.
[Package dlr version 1.0.1 Index]