dic | R Documentation |
Dictionary class constructor
dic(x, class = "item", type = "integer", ...)
x |
A variable. |
class |
default is "item". |
type |
defaults to "integer". |
... |
further dic parameters. |
An item of class dic.
x <- dic(1:100, item_label = "The label of this item")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.