R/GVS_citations.R

Defines functions GVS_citations

Documented in GVS_citations

#'Get citation information
#'
#'Returns information needed to cite the GVS
#' @param ... Additional arguments passed to internal functions.
#' @return Dataframe containing bibtex-formatted citation information
#' @note This function provides citation information in bibtex format that can be used with reference manager software (e.g. Paperpile, Zotero). Please do remember to cite both the sources and the GVS, as the GVS couldn't exist without these sources!
#' @export
#' @examples {
#' citation_info <- GVS_citations()
#' }
#'
GVS_citations <- function(...){

  return(gvs_core(mode="citations",...))

}#GVS citations

Try the GVS package in your browser

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

GVS documentation built on April 3, 2025, 10:03 p.m.