Deploying to gh-pages from @ agdamsbo/REDCapCAST@9d0f92d154 🚀

This commit is contained in:
agdamsbo 2026-01-28 21:39:33 +00:00
commit 75d348fedb
4 changed files with 14 additions and 4 deletions

View file

@ -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