From 62c34794073f96fac51bc29b17c7bcf2aa0ca2dd Mon Sep 17 00:00:00 2001 From: "J. Allen Baron" Date: Thu, 16 Nov 2023 14:56:31 -0500 Subject: [PATCH] Fix fxn name in epmc_annotations_by_id() examples --- R/annotations_by_id.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/annotations_by_id.R b/R/annotations_by_id.R index b5f4952..69a5877 100644 --- a/R/annotations_by_id.R +++ b/R/annotations_by_id.R @@ -26,9 +26,9 @@ #'} #' #' @examples \dontrun{ -#' annotations_by_id("MED:28585529") +#' epmc_annotations_by_id("MED:28585529") #' # multiple ids -#' annotations_by_id(c("MED:28585529", "PMC:PMC1664601")) +#' epmc_annotations_by_id(c("MED:28585529", "PMC:PMC1664601")) #' } #' @export epmc_annotations_by_id <- function(ids = NULL) {