data-colon-ENUM: Dataset: ENUM

Description Details Author(s) References Examples

Description

Some of the common enumerations, majorly Micorsoft VBA Enums (for Word, Excel and PPT, etc) when applying mso-family functions in this package.

Details

It contains a named list nested with named lists.

You can use enum function to extract the enum values.

Author(s)

Yiying Wang wangy@aetna.com

References

You can read the Microsoft official API document

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
data(ENUM)
ENUM$MsoShapeType$msoChart  # returns
# [1] 3

# or you can use
enum(msoChart)  # returns
# msoChart 
#        3 

## End(Not run)

madlogos/aseshms documentation built on May 21, 2019, 11:03 a.m.