caseSelector: Server function of caseSelector module

View source: R/caseSelectorModule.R

caseSelectorR Documentation

Server function of caseSelector module

Description

Server function of caseSelector module

Usage

caseSelector(id, df1, df2, plot_func, plot_conf, ...)

Arguments

id

character, module ID

df1

data.frame or tibble, data of case 1 being datetime the first column

df2

data.frame or tibble, data of case 2 being datetime the first column

plot_func

function to plot the dygraph output, with same parameters as dutils::plot_components function

plot_conf

tibble of the plot configuration to pass to dutils::plot_components function

...

extra parameters passed to dyOptions for df1 and df2 plots (not comparison plot)

Value

reactive case module input


mcanigueral/dutils documentation built on Jan. 25, 2024, 3:34 p.m.