countup | R Documentation |
Count up widget
countup(
count = 1000,
...,
start = TRUE,
width = NULL,
height = NULL,
elementId = NULL
)
count |
Numeric or integer to count up to (required). |
... |
Any additional options. |
start |
Whether to start the counter. |
width , height |
Must be a valid CSS unit (like |
elementId |
Specify element id of |
An object of class countup
## Not run:
countup(25)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.