mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-21 13:00:23 +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
|
||||
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…
Reference in New Issue
Block a user