Create a gridded card layout
card_grid.RdCreates a grid layout informed by the design spec
Arguments
- ...
- Any number of tags or tagLists or - lists (each treated as a separate entity to be housed in a row.).- shiny.tags and- shiny.tag.lists, if named, will be inside of a bs4Card with the name as the title on it's own row. A- listwith named objects will be on a row with individual bs4Cards.
- top_row
- shiny.tag/shiny.tag.listAll elements belonging to the top row
- description
- A shiny tag or tagList to be added to the description box 
- infoboxes
- (named list/tagList)with length divisible by 12. Will be added to the right of the description- named_listA named list of values to be put into infoboxes. Infobox will be titled by the name of the list item.
- tag/tagListshiny tag or tagList of items to include. These will individually be added to appropriate sized columns.
 
- graphs
- shiny.tag/shiny.tag.listGraphics to be placed in the further right column of the top summary area
Value
A shiny::fluidPage with the grid layout