isr_plot_server: ISR plot module server side function

Description Usage Arguments

View source: R/module_isr_plot.R

Description

This module produces a scatterplot with the sales price against a variable selected by the user.

Usage

1
isr_plot_server(input, output, session, dataset, plot1vars, plot2vars)

Arguments

input, output, session

standard shiny boilerplate

dataset

data frame (non-reactive) with variables necessary for scatterplot

plot1_vars

list containing reactive x-variable name (called 'xvar') and y-variable name (called 'yvar') for plot 1

plot2_vars

list containing reactive x-variable name (called 'xvar') and y-variable name (called 'yvar') for plot 2


yuehmeir2/CATShinyModules documentation built on June 13, 2021, 7:02 p.m.