Skip to content

Commit ff9e928

Browse files
committed
export deprecated load_list()
1 parent 5349579 commit ff9e928

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Diff for: NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export(get_lookup)
4141
export(harmonize_subjid)
4242
export(lastnews_table)
4343
export(load_database)
44+
export(load_list)
4445
export(manual_correction)
4546
export(read_all_csv)
4647
export(read_all_sas)

Diff for: R/helpers.R

+5
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,11 @@ load_database = function(db, env=parent.frame(), remove=TRUE){
747747
remove(list=x_name, envir=parent.frame())
748748
}
749749
}
750+
751+
752+
#' @rdname load_database
753+
#' @usage NULL
754+
#' @export
750755
load_list = deprecatedly(load_database, what="load_list()", when="0.6.0")
751756

752757

Diff for: man/load_database.Rd

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)