R/iCiteR.R

#' iCiteR: A package for retrieving citation data from the NIH's iCite API
#'
#' The iCiteR package provides a set of functions to facilitate interaction
#' with the iCite API. The primary functions are get_metrics() and
#' search_metrics(). The former is used when the user has a known set of PMIDs
#' and wishes to obtain information about those IDs. The latter is used for
#' getting data fromm the iCite API, given a set of search parameters.
#'
#'
#' @docType package
#' @name iCiteR
NULL

Try the iCiteR package in your browser

Any scripts or data that you put into this service are public.

iCiteR documentation built on Nov. 18, 2019, 5:16 p.m.