Skip to content

Commit

Permalink
revert to export get_lookup()
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Nov 29, 2023
1 parent 0aca5dc commit 84ce762
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export(find_keyword)
export(get_7z_dir)
export(get_datasets)
export(get_key_cols)
export(get_lookup)
export(load_as_list)
export(load_list)
export(manual_correction)
Expand Down
2 changes: 0 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ tibble(subjid=c(1:10, 1)) %>% assert_no_duplicate() %>% nrow()

- Options `edc_id`, `edc_crfname`, and `edc_verbose` have been respectively renamed `edc_cols_id`, `edc_cols_crfname`, and `edc_read_verbose` for more clarity.

- Some internal functions were inappropriately exported and are no longer:


# EDCimport 0.3.0 <sub><sup>2023/05/19</sup></sub>

Expand Down
3 changes: 1 addition & 2 deletions R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@ save_list = function(x, filename){
#' library(tidyr)
#' tl %>% unnest(everything())
#'
#' @noRd
#' @keywords internal
#' @export
#' @importFrom cli cli_abort
#' @importFrom dplyr arrange mutate
#' @importFrom labelled var_label
Expand Down
24 changes: 24 additions & 0 deletions man/get_lookup.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84ce762

Please sign in to comment.