Learn R Programming

rgho (version 2.0.2)

display_attribute_values: Display Attribute Informations

Description

Given a GHO object and an attribute name, return the distinct values taken by the attribute.

Usage

display_attribute_values(x, attribute)

display_attributes(x)

Arguments

x

A GHO object.

attribute

Name of an attribute.

Value

A character vector of the distinct values taken by the attribute.