Skip to content

Commit

Permalink
helps to export the function i guess...
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Mar 11, 2024
1 parent 79bb565 commit 0717e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export(redcap_export_meta)
export(redcap_export_tbl)
export(redcap_recode)
export(redcap_select_rename)
export(redcap_toform)
export(remove_empty_rows)
export(singlechoice_factor)
export(singlechoice_opts)
Expand Down
2 changes: 1 addition & 1 deletion R/redcap_toform.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#'
#'
#' @importFrom dplyr if_else pull filter mutate select everything across where slice
#'
#' @export
#' @examples
#' data <- readRDS(system.file("extdata/test.rda", package = "redcaptools"))
#' metadata <- readRDS(system.file("extdata/meta.rda", package = "redcaptools"))
Expand Down

0 comments on commit 0717e6f

Please sign in to comment.