mod_factor_explorer_server: factor_explorer Server Functions

View source: R/mod_factor_explorer.R

mod_factor_explorer_serverR Documentation

factor_explorer Server Functions

Description

factor_explorer Server Functions

Usage

mod_factor_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 FactorsApi.search_factors from opensilexClientToolsR package ( search_factors )

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 FactorsApi.search_factors

selected

The selection of the shiny::selectInput widget

choices

A named list containing the selection choices

result_df

A dataframe containing the results of FactorsApi.search_factors call


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