plotly_server: Plotly Server

View source: R/plotly_server.R

plotly_serverR Documentation

Plotly Server

Description

Plotly Server

Usage

plotly_server(
  id,
  plot_data,
  group_data = shiny::reactive(NULL),
  eventdata = shiny::reactive(NULL)
)

Arguments

id

Module ID

plot_data

A shiny::reactive that returns a dataframe

group_data

A shiny::reactive that returns NULL or a dataframe. It must have the columns "group_name", "group_display" and "group_description"

eventdata

A shiny::reactive that returns NULL or a dataframe. It must have the column "x"


CRI-iAtlas/iatlas.modules documentation built on Aug. 8, 2024, 12:53 a.m.