View source: R/load_instruments_for_file.R
load_instruments_from_file | R Documentation |
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.
load_instruments_from_file(path)
path |
The path to the file to load instruments from. |
A list of instruments returned from the API.
Ulster University [cph]
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.