Skip to contents

Variable selection Module

Usage

data_variable_ui(id)

data_variable_server(id, data_r = reactive(NULL))

Arguments

id

Module's ID.

data_r

A reactive function returning a data.frame.

Value

  • UI: HTML tags that can be included in the UI part of the application.

  • Server: a shiny::reactive() function returning a list.