four_value | R Documentation |
builds the div for a more complicated multiple grouped text-value boxes
four_value(text, value)
text |
The labels - character of length four |
value |
The value - A character vector of length four |
A tagList of the div tree to be rendered in the ui of a shiny app
text=c('BTC','ETH','DOG','KLI') values=c('$3,034','$4,353','$496','$629') four_value(text,values)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.