Reconstruct the file repository path
fileRepositoryPath(doc_id = numeric(0), folder_id = numeric(0), fileRepo)
doc_id
: 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.folder_id
: 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.fileRepo
: data.frame
with the file repository listing. Typically provided by rcon$fileRepository()