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