Skip to content

Commit

Permalink
Merge pull request #54 from allenbaron/patch-1
Browse files Browse the repository at this point in the history
Fix fxn name in epmc_annotations_by_id() examples
  • Loading branch information
njahn82 committed Nov 20, 2023
2 parents eaba207 + 62c3479 commit b3d4794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/annotations_by_id.R
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b3d4794

Please sign in to comment.