get_gho_dimensions {rgho} | R Documentation |
Returns GHO Dimensions/Codes
Description
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 class 'gho'
print(x, n = options()$rgho.n, ...)
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 |
Value
GHO dimensions/values/indicators
Examples
get_gho_dimensions()
get_gho_values(dimension = "GHO")
[Package rgho version 3.0.2 Index]