Skip to content

Commit

Permalink
Update extract_pmid doc family name
Browse files Browse the repository at this point in the history
  • Loading branch information
allenbaron committed Jun 4, 2024
1 parent 7576fd3 commit d56c9f6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions R/extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' A character vector of PubMed IDs, except for the `extract_pmid.elink_list`
#' method which returns a list of PubMed ID character vectors.
#'
#' @family extract_pmid_methods
#' @family extract_pmid documentation
#' @export
extract_pmid <- function(x, ...) {
UseMethod("extract_pmid")
Expand Down Expand Up @@ -89,7 +89,7 @@ extract_pmid.data.frame <- function(x, ...) {
#' "message" or "none".
#' @param ... Unused, included for generic consistency only.
#'
#' @family extract_pmid_methods
#' @family extract_pmid documentation
#' @export
extract_pmid.elink <- function(x, linkname = NULL, quietly = FALSE,
no_result = "error", ...) {
Expand Down Expand Up @@ -144,7 +144,7 @@ extract_pmid.elink <- function(x, linkname = NULL, quietly = FALSE,
#' @param ... Additional arguments passed on to [extract_pmid.elink()].
#' @inheritParams extract_pmid.elink
#'
#' @family extract_pmid_methods
#' @family extract_pmid documentation
#' @export
extract_pmid.elink_list <- function(x, no_result = "warning", ...) {
cond_msg <- NULL
Expand Down
8 changes: 4 additions & 4 deletions man/extract_pmid.Rd

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

8 changes: 4 additions & 4 deletions man/extract_pmid.elink.Rd

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

8 changes: 4 additions & 4 deletions man/extract_pmid.elink_list.Rd

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

0 comments on commit d56c9f6

Please sign in to comment.