GVS_metadata {GVS}R Documentation

Get GVS metadata

Description

Returns metadata on GVS including version and citation information

Usage

GVS_metadata(bibtex_file = NULL, ...)

Arguments

bibtex_file

Optional output file for writing bibtex citations.

...

Additional arguments passed to internal functions.

Value

List containing: (1) bibtex-formatted citation information, (2) information about GVS data sources, and (3) GVS version information.

Note

This function provides citation information in bibtex format that can be used with reference manager software (e.g., Paperpile, Zotero). Please remember to cite both the sources and the GVS, as the GVS couldn't exist without these sources!

This function is a wrapper that returns the output of the functions GVS_citations, GVS_sources, and GVS_version.

Examples

{
metadata <- GVS_metadata()
}


[Package GVS version 0.0.1 Index]