select_ui: Variable selection

Description Usage Arguments Value

View source: R/data-select_module.R

Description

GUI and server modules for variable selection of RGS datasets.

Usage

1
2
3
4
5
6
7
8
9
select_ui(id)

select_server(
  id,
  RGS,
  ref_code = c("referentiecode", "nivo", "terminal"),
  default = c("omschrijving", "referentienummer"),
  additional = c("sortering", "omschrijving_verkort", "referentie_omslagcode")
)

Arguments

id

Namespace id.

RGS

Reactive value for the reference system.

ref_code

Pre-selected variables (character string or vector).

default

Default variables (character string or vector).

additional

Additional variables (character string or vector).

Value

Shiny GUI or server.


MartinSchobben/RGS documentation built on Dec. 17, 2021, 3:17 a.m.