This package provides enum_type and enum classes, which allows to create and instantinize enumerable types in R
It is in it's early development and authors don't grat any assurance that function names, parameters or functionalities won't change in future.
To install this package you need to use devtools
library, which can be installed with:
install.packages("devtools")
If you have already installed devtools
, you need to run following code to install this package:
devtools::install_github("DominikRafacz/enumeR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.