fix: fix_ui and fix_server

Description Usage Arguments

Description

fix_ui and fix_server

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
fix_ui(
  fix,
  condition_name,
  ns = NS(NULL),
  add_output_ns = TRUE,
  fix_size = "13px",
  ...
)

fix_server(output, condition_name, condition)

Arguments

fix

A character string of the fix text.

condition_name

A character string of the condition name or, if add_output_ns = FALSE, JS code evaluating a condition (with no server side component).

ns

A function of the namespace.

add_output_ns

A flag indicating whether to add output and namespace to condition string.

fix_size

A character string of the fix text size.

...

arguments passed to conditionalPanel

output

internal

condition

A shiny reactive evaluating to a flag.


poissonconsulting/shinyutils documentation built on Nov. 14, 2021, 8:18 p.m.