R/pub_providers.R

Defines functions pub_providers

Documented in pub_providers

#' Providers
#' 
#' The possible providers to select from
#' 
#' @export
#' @return character vector
#' @examples
#' pub_providers()
pub_providers <- function() {
  c("elife", "plos", "entrez", "elsevier", "frontiers")
}

Try the pubchunks package in your browser

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

pubchunks documentation built on Sept. 4, 2020, 5:06 p.m.