mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@9d0f92d154 🚀
This commit is contained in:
parent
c4744eeb29
commit
75d348fedb
4 changed files with 14 additions and 4 deletions
|
|
@ -8,7 +8,12 @@ production.
|
|||
## Usage
|
||||
|
||||
``` r
|
||||
export_redcap_instrument(data, file, force = FALSE, record.id = "record_id")
|
||||
export_redcap_instrument(
|
||||
data,
|
||||
file = here::here(paste0("instrument_", Sys.Date(), ".zip")),
|
||||
force = FALSE,
|
||||
record.id = "record_id"
|
||||
)
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue