fileRepositoryPath function

Reconstruct the file repository path

Reconstruct the file repository path

fileRepositoryPath(doc_id = numeric(0), folder_id = numeric(0), fileRepo)

Arguments

  • 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()
  • Maintainer: Shawn Garbett
  • License: GPL-2
  • Last published: 2024-10-17