inst/demo_app/www/script/basic.md

Basic use

Two main functions in shinypivottabler :

By default, shinypivottabler initialize the pivot table inferface with :

Code

# ui
ui = shiny::fluidPage(
  shinypivottablerUI(id = "id")
)

# server
server = function(input, output, session) {
  shiny::callModule(module = shinypivottabler,
                    id = "id",
                    data = data)
}

# more info in documentation : 
?shinypivottabler


Try the shinypivottabler package in your browser

Any scripts or data that you put into this service are public.

shinypivottabler documentation built on Jan. 6, 2023, 5:25 p.m.