module-analysis: Criterion B analysis

module-analysisR Documentation

Criterion B analysis

Description

Criterion B analysis

Usage

criterion_b_ui(id)

criterion_b_server(
  id,
  data_r = reactive(NULL),
  threat_sig_r = reactive(NULL),
  taxa_selected_r = reactive(NULL),
  table_overlap_r = reactive(NULL)
)

Arguments

id

Module's ID.

data_r

A reactive function returning a data.frame.

threat_sig_r

A reactive function returning spatial data to use in analysis.

taxa_selected_r

A reactive function returning the taxa to select by default.

table_overlap_r

A reactive function.

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.