Reconstruct the file repository path
fileRepositoryPath(doc_id = numeric(0), folder_id = numeric(0), fileRepo)
integerish(0/1)
. The document ID for which the
file path should be returned. Only one of doc_id
or
folder_id
should be specified.
integerish(0/1)
. The folder ID for which the
file path should be returned. Only one of doc_id
or
folder_id
should be specified.
data.frame
with the file repository listing.
Typically provided by rcon$fileRepository()
Benjamin Nutter