module-report: Summary report

module-reportR Documentation

Summary report

Description

Summary report

Usage

summary_report_ui(id)

summary_report_server(
  id,
  data_r = reactive(NULL),
  results_r = reactive(NULL),
  data_sf_r = reactive(NULL),
  polygon_r = reactive(NULL)
)

Arguments

id

Module's ID.

data_r, results_r, data_sf_r, polygon_r

reactive functions returning data used to generate reports.

Value

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

  • Server: a shiny::reactive() function returning a data.frame.


gdauby/conrappli documentation built on Jan. 21, 2025, 12:51 p.m.