Learn R Programming

foreSIGHT (version 1.0.0)

viewAttributes: Prints the names of valid attributes

Description

viewAttributes() prints the names of valid attributes that may be used to create an exposure space.

Usage

viewAttributes()

Arguments

Details

The function does not take any input arguments. The valid attributes that may be specified as attPerturb or attHold to create an exposure space using the function createExpSpace are printed.

See Also

createExpSpace, viewAttributeDef

Examples

Run this code
# To view the valid attributes.
viewAttributes()

# To view the definition of any valid attribute
viewAttributeDef("P_ann_tot_m")

Run the code above in your browser using DataLab