mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-23 21:50:21 +01:00
adding as exported element
This commit is contained in:
parent
3590a9e216
commit
f2b2784547
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ drafting
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
cran-comments.md
|
cran-comments.md
|
||||||
~/REDCapCAST/inst/shiny-examples/casting/rsconnect
|
~/REDCapCAST/inst/shiny-examples/casting/rsconnect
|
||||||
|
~/REDCapCAST/inst/shiny-examples/casting/rsconnect/
|
||||||
|
@ -16,6 +16,7 @@ export(doc2dd)
|
|||||||
export(ds2dd)
|
export(ds2dd)
|
||||||
export(ds2dd_detailed)
|
export(ds2dd_detailed)
|
||||||
export(easy_redcap)
|
export(easy_redcap)
|
||||||
|
export(export_redcap_instrument)
|
||||||
export(file_extension)
|
export(file_extension)
|
||||||
export(focused_metadata)
|
export(focused_metadata)
|
||||||
export(format_subheader)
|
export(format_subheader)
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
#' @param record.id record id variable name. Default is 'record_id'.
|
#' @param record.id record id variable name. Default is 'record_id'.
|
||||||
#'
|
#'
|
||||||
#' @return exports zip-file
|
#' @return exports zip-file
|
||||||
|
#' @export
|
||||||
#'
|
#'
|
||||||
#' @examples
|
#' @examples
|
||||||
#' #iris |>
|
#' #iris |>
|
||||||
|
Loading…
Reference in New Issue
Block a user