Learn R Programming

skpr (version 1.9.2)

create_code_pane_reactives: Create Code Pane Reactives

Description

Create Code Pane Reactives

Usage

create_code_pane_reactives(input, update, candidatesetall, any_htc_fn)

Value

List of reactives required exclusively by the code pane.

Arguments

input

Shiny input object.

update

Reactive dependency used to trigger recomputation.

candidatesetall

Reactive that returns the full candidate set list.

any_htc_fn

Function returning whether any factors are hard-to-change.