fileRepositoryPath {redcapAPI}R Documentation

Reconstruct the file repository path

Description

Reconstruct the file repository path

Usage

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()


[Package redcapAPI version 2.9.1 Index]