Learn R Programming

rgho (version 2.0.2)

get_gho_dimensions: Returns GHO Dimensions/Codes

Description

Returns GHO dimensions or, for a given dimension, codes.

Usage

get_gho_dimensions()

get_gho_codes(dimension = "GHO")

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

Arguments

dimension

A GHO dimension.

x

Object to print.

n

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

...

Extra arguments passed to print.

Value

GHO dimensions/codes.

Examples

Run this code
# NOT RUN {
get_gho_dimensions()

get_gho_codes(dimension = "GHO")

# }

Run the code above in your browser using DataLab