pairedDTPlotlyModule: pairedDTplot Server

Description Usage Arguments Details Value Examples

View source: R/pairedDTPlotlyModule.R

Description

pairedDTplot Server

Usage

1
2
3
4
pairedDTPlotlyModule(input, output, session, df, width_dt = 8,
  width_plot = 4, title = "", value_type = "none", direction = "v",
  h_ignore_columns = NULL, h_reverse = FALSE, height = "300px",
  server = FALSE)

Arguments

input

shiny input

output

shiny output

session

shiny session

df

data frame to use. The first column should be identifiers, other columns should be values used for plotting

width_dt

width of DT, should be between 1 to 12

width_plot

width of plotly plot, should be between 1 to 12

title

title for the module

value_type

default to "none", how the values in data frame should be formatted. See more in details

direction

"v" or "h" plot horizontally or vertically. See more in details

h_ignore_columns

When plotting ,whether to ignore listed columns.

h_reverse

whether to reverse graph when ploting horizontally

height

height of DT in module, in pixels

server

for DT, whether to use server side processing

Details

value_type:

direction:

Value

DT table and plotly graph

Examples

1
2
3
4
5
## Not run: 
# See demo:
runDemoPairedDTplotlyModule()

## End(Not run)

yusuzech/shinyModulesEx documentation built on Nov. 5, 2019, 1:23 p.m.