plot_module: File Upload Timeline Module UI

file_upload_timeline_module_uiR Documentation

File Upload Timeline Module UI

Description

A shiny Module.

A shiny Module.

Usage

file_upload_timeline_module_ui(id, button_text = "Download plot table")

plot_module_ui(id, title, button_text = "Download plot table")

plot_module_server(id, data, config, plot_func, ...)

Arguments

id

shiny id

button_text

button_text A string

title

A string, the displayed title of the shinydashboard::box()

data

A shiny::reactive() that returns a named list. The list must contain a list named "tables".

config

A shiny::reactive() that returns a named list.

plot_func

A shiny::reactive() that returns a string that is the name of a plotting function.

...

Arguments to plotly::ggplotly


Sage-Bionetworks/projectliveModules documentation built on June 26, 2022, 1:11 a.m.