R/medrxivr.R

#' medrxivr: Accessing medRxiv and bioRxiv preprint data from R
#'
#' The medrxivr package enables users to access data on preprints in the medRxiv
#' and bioRxiv preprints repositories, both of which are run by the Cold Spring
#' Harbour Laboratory.It also provides functions to search the preprint data,
#' export it to a .bib file, and download the PDFs associated with specified
#' records.
#' @docType package
#' @name medrxivr
#' @keywords internal

globalVariables(c("doi"))
mcguinlu/medrxivr documentation built on Sept. 11, 2022, 9:25 p.m.