render_card_grid | R Documentation |
This function takes a grid of card information, generates image tags for each card, and organizes them into a responsive grid layout for display in a Shiny application.
render_card_grid(new_card_grid)
new_card_grid |
A matrix or data frame where each row represents a card and
each card has a property |
A Shiny UI element (tagList
) representing a grid of card images.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.