Retrieves data from a path in a managed folder

dkuManagedFolderDownloadPath(name, path, as = NULL)

Arguments

name

the id of the folder

path

the path in the folder to retrieve

as

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.

Value

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