mod_event_explorer_server: event_explorer Server Functions

View source: R/mod_event_explorer.R

mod_event_explorer_serverR Documentation

event_explorer Server Functions

Description

event_explorer Server Functions

Usage

mod_event_explorer_server(
  id,
  authentification_module,
  api_function_options = list(),
  widget_options = list()
)

Arguments

id

Internal parameter for shiny.

authentification_module

Authentification module from this package (mod_authentification_server)

api_function_options

List of options to pass to EventsApi.search_events from opensilexClientToolsR package ( search_events )

widget_options

List of options to pass to selectInput

Value

A named list with various reactive values

input

The module input, to be used for binding events

options

The options used to call EventsApi.search_events

selected

The selection of the shiny::selectInput widget

choices

A named list containing the selection choices

result_df

A dataframe containing the results of EventsApi.search_events call


guilhemheinrich/opensilex-clay documentation built on April 13, 2022, 6:35 a.m.