R/GVS_data_dictionary.R

Defines functions GVS_data_dictionary

Documented in GVS_data_dictionary

#'Get data dictionary
#'
#'Returns the GVS data dictionary
#' @param ... Additional arguments passed to internal functions.
#' @return Dataframe containing bibtex-formatted citation information
#' @export
#' @examples {
#' data_dictionary <- GVS_data_dictionary()
#' }
#'
GVS_data_dictionary <- function(...){

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

}#NSR 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.