View source: R/mod_position_explorer.R
mod_position_explorer_server | R Documentation |
position_explorer Server Functions
mod_position_explorer_server( id, authentification_module, api_function_options = list(), widget_options = list() )
id |
Internal parameter for shiny. |
authentification_module |
Authentification module from this package ( |
api_function_options |
List of options to pass to PositionsApi.search_position_history from opensilexClientToolsR package ( |
widget_options |
List of options to pass to |
A named list with various reactive values
The module input, to be used for binding events
The options used to call PositionsApi.search_position_history
The selection of the shiny::selectInput widget
A named list containing the selection choices
A dataframe containing the results of PositionsApi.search_position_history call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.