str.enum: Display an enum's internal structure

Description Usage Arguments

View source: R/str.r

Description

Display the internal structure of an enum, listing enum members and the variables defined within them.

Usage

1
2
## S3 method for class 'enum'
str(object, ..., nest_lev = 0L)

Arguments

object

an enum to examine

...

dots to pass to further methods

nest_lev

the nest level that str should start at


ElianHugh/enumr documentation built on Dec. 17, 2021, 6:25 p.m.