finance_vbox: A more complex value box for displaying multiple related...

View source: R/finance_value.R

finance_vboxR Documentation

A more complex value box for displaying multiple related metrics in finance

Description

A more complex value box for displaying multiple related metrics in finance

Usage

finance_vbox(
  toplot = c(1, 2, 19, 20, 90, 100, 50, 200),
  label = "label",
  textid = "textOutput_here",
  col = "rgba(0,0,0,0.6)"
)

Arguments

toplot

A numeric vector for the sparklines

label

A character vector for length one for the box name

textid

A character vector for the currency value.

col

A character of length one that takes names, rgb or rgba character vectors of the box background

Value

A tagList of the div tree to be rendered to the shiny ui

Examples

finance_vbox(label = 'Important metric',textid = '$463')

aarong1/RshinyHelpers documentation built on June 15, 2022, 4:52 a.m.