Skip to contents

Data source Module

Usage

data_source_ui(id)

data_source_server(id)

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 data.frame.