mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 10:39:39 +02:00
adding as exported element
This commit is contained in:
parent
3590a9e216
commit
f2b2784547
3 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@ drafting
|
|||
.DS_Store
|
||||
cran-comments.md
|
||||
~/REDCapCAST/inst/shiny-examples/casting/rsconnect
|
||||
~/REDCapCAST/inst/shiny-examples/casting/rsconnect/
|
||||
|
|
|
@ -16,6 +16,7 @@ export(doc2dd)
|
|||
export(ds2dd)
|
||||
export(ds2dd_detailed)
|
||||
export(easy_redcap)
|
||||
export(export_redcap_instrument)
|
||||
export(file_extension)
|
||||
export(focused_metadata)
|
||||
export(format_subheader)
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#' @param record.id record id variable name. Default is 'record_id'.
|
||||
#'
|
||||
#' @return exports zip-file
|
||||
#' @export
|
||||
#'
|
||||
#' @examples
|
||||
#' #iris |>
|
||||
|
|
Loading…
Add table
Reference in a new issue