use_empty_state | R Documentation |
Empty state dependencies to include anywhere in your UI but ideally at the top.
use_empty_state()
a html_dependency object
library(shiny)
library(shiny.emptystate)
if (interactive()) {
ui <- fluidPage(
use_empty_state(),
dataTableOutput("my_table")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.