plainEnum-package | R Documentation |
An enumeration type (or enum type) is a value type defined by a set of named constants of the underlying integral numeric type. This package emulates/simulates that in R.
An enumeration type (or enum type) is a value type defined by a set of named constants of the underlying integral numeric type. To define an enumeration type, use [enum()] and specify the names and values of enum members.
Maintainer: Jan Seifert enum@sigurdjanson.anonaddy.com
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.