library(QFeatures)
library(DaparViz)
library(shinyjs)
library(shiny)
data(ft_na, package='DaparViz')
ui <- fluidPage(mod_infos_dataset_ui("mod_info"))
server <- function(input, output, session) {
mod_infos_dataset_server("mod_info", reactive({ft_na}))
}
shinyApp(ui, server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.