print.enum | R Documentation |
Prints its argument and returns it invisibly (via '[invisible](x)').
## S3 method for class 'enum' print(x, ...)
x |
an 'enum' object to print |
... |
further arguments passed to or from other methods. |
'[invisible](x)'
print(enum(a = 1, b = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.