Retrieves data from a path in a managed folder
dkuManagedFolderDownloadPath(name, path, as = NULL)
name | the id of the folder |
---|---|
path | the path in the folder to retrieve |
as | desired type of output: |
For "raw", a raw vector.
For "text", a character vector of length 1. The character vector is always
re-encoded to UTF-8. If this encoding fails (usually because the page
declares an incorrect encoding), this method will return NA
.
For "parsed", a parsed R object.
See httr::content
documentation for more information