View source: R/mod_data_explorer.R
mod_data_explorer_server | R Documentation |
data_explorer Server Functions
mod_data_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 DataApi.search_data_list 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 DataApi.search_data_list
The selection of the shiny::selectInput widget
A named list containing the selection choices
A dataframe containing the results of DataApi.search_data_list call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.