Skip to contents

Display data Module

Usage

data_display_ui(id)

data_display_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: No value.