load_instruments_from_file {harmonydata} | R Documentation |
Load Instruments from File
Description
This function loads instruments from a file specified by the path
parameter and sends the file content to an API for further processing.
It also accepts a URL leading to a file.
Usage
load_instruments_from_file(path)
Arguments
path |
The path to the file to load instruments from. |
Value
A list of instruments returned from the API.
Author(s)
Ulster University [cph]
Examples
# Load instruments from a PDF file
pdf_file <- "https://www.apa.org/depression-guideline/patient-health-questionnaire.pdf"
response <- load_instruments_from_file(pdf_file)
[Package harmonydata version 0.1.1 Index]