R/data.R

#' Concepts and abbreviations.
#'
#' 0-level concepts and corresponding abbreviations.
#' Reference: https://www.ncbi.nlm.nih.gov/nlmcatalog/journals/
#'
#' @format A data frame with 19 observations and 3 variables:
#' \code{id}, \code{display_name}, and \code{abbreviation}.
#'
"concept_abbrev"

#' Index of Countries and their alpha-2 and aplha-3 codes.
#'
#' Data frame contains the list of countries and their alpha-2 and
#' aplha-3 codes.\cr
#'
#' @format A data frame with 250 rows and 3 variables:
#'  \describe{
#'     \item{Country}{country names}
#'     \item{Alpha2}{countries' alpha-2 codes}
#'     \item{Alpha3}{countries' alpha-3 codes}
#'     }
#'
"countrycode"

Try the openalexR package in your browser

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

openalexR documentation built on Sept. 11, 2024, 8:40 p.m.