provisions import excel file, Data manipulation buttons, a button to save as new dataset and a button to clear all manipulations in the sidebar Transformed data in the card add new tab if the transformed dataset is saved A final tab with sidebar that contains chart options and chart in the card use bslib, DT packages
Drop files here
or click to upload
library(shiny)
library(bslib)
library(readxl)
library(DT)
library(dplyr)
source("ui.R")
source("server.R")
shinyApp(ui = ui, server = server)
Hi! I can help you with any questions about Shiny and R. What would you like to know?