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

globalVariables(c("doi"))

Try the medrxivr package in your browser

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

medrxivr documentation built on Feb. 25, 2021, 1:08 a.m.