Learn R Programming

rgho (version 3.0.2)

get_gho_dimensions: Returns GHO Dimensions/Codes

Description

[Deprecated]

This function was deprecated in favor of get_gho_values

Returns GHO dimensions, indicators, or, for a given dimension, values

Usage

get_gho_dimensions()

get_gho_codes(...)

get_gho_values(dimension = "GHO")

get_gho_indicators(filter = NULL)

# S3 method for gho print(x, n = options()$rgho.n, ...)

Value

GHO dimensions/values/indicators

Arguments

...

Extra arguments passed to print.

dimension

A GHO dimension.

filter

A named list of filtering parameters. Each parameter must be the correct type.

x

Object to print.

n

Number of lines to print (if missing will print the option rgho.n rows).

Examples

Run this code

get_gho_dimensions()

get_gho_values(dimension = "GHO")

Run the code above in your browser using DataLab