R/man-gho.R

#' Returns GHO Dimensions/Codes
#'
#' Returns GHO dimensions, indicators, or, for a given dimension, values
#'
#' @name man-gho
#' @param dimension A GHO dimension.
#' @param x Object to print.
#' @param n Number of lines to print (if missing will print
#'   the option \code{rgho.n} rows).
#' @param filter A named list of filtering parameters. Each parameter must be the
#' correct type.
#'
#' @param ... Extra arguments passed to print.
#'
#' @return GHO dimensions/values/indicators
#'
#' @examples
#'
#' get_gho_dimensions()
#'
#' get_gho_values(dimension = "GHO")
#'
NULL

Try the rgho package in your browser

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

rgho documentation built on May 29, 2024, 1:42 a.m.