exportPdf | R Documentation |
These methods allow the user to download PDF files of data collection instruments. The download may be with or without collected data; and may return a single record, multiple records, or all records.
exportPdf(
rcon,
dir,
filename = "redcap_forms_download",
record = NULL,
events = NULL,
instruments = NULL,
all_records = FALSE,
...
)
## S3 method for class 'redcapApiConnection'
exportPdf(
rcon,
dir,
filename = "redcap_forms_download",
record = NULL,
events = NULL,
instruments = NULL,
all_records = FALSE,
...
)
rcon |
A |
dir |
|
filename |
|
record |
|
events |
|
instruments |
|
all_records |
|
... |
Arguments to pass to other methods |
These methods mimics the behavior of "Download PDF of Instruments" button on the REDCap user interface. They permit the user to export a PDF file for:
A single collection instrument (blank)c
All instruments (blank)
A single instrument (with data from a single record)c
All instruments (with data from a single record)
All instruments (with data from all records)
exportPdf
invisibly returns the location on the local system
to whihc the files is saved.
exportMetaData()
,
importMetaData()
,
exportFieldNames()
,
exportInstruments()
,
exportMappings()
,
importMappings()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.