Get Active species

get_active_species(session = shiny::getDefaultReactiveDomain())

Arguments

session

The Shiny Session object

Value

a tbl with active species

Examples

if (interactive()) {
  get_active_species()
}