dkuManagedFolderDownloadPath.RdRetrieves data from a path in a managed folder
dkuManagedFolderDownloadPath(name, path, as = NULL)the id of the folder
the path in the folder to retrieve
desired type of output: raw, text or
parsed. this attempts to automatically figure out which one is most appropriate, based on the content-type.
See httr::content documentation for more details.
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