mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
feat: default generic filename and ensure correct suffix
This commit is contained in:
parent
97f482e851
commit
9d0f92d154
2 changed files with 16 additions and 4 deletions
|
|
@ -4,7 +4,12 @@
|
|||
\alias{export_redcap_instrument}
|
||||
\title{Creates zip-file with necessary content to manually add instrument to database}
|
||||
\usage{
|
||||
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{
|
||||
\item{data}{metadata for the relevant instrument.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue