View source: R/shiny-functions.R
validate_additional_variables_shiny | R Documentation |
makes sure that the denoted identifier variables are valid. to be used in observeEvent() of pdl_step4 action button 'Save & Proceed'
validate_additional_variables_shiny(assembled_module_info, df, object)
assembled_module_info |
the respective output of assemble_module_info*() functions (module information list) |
object |
|
example_df |
the example file loaded in prepare data loading |
mitosis_module_used |
logical, skip if lineages have to be reconstructed |
List of variables, converted if necessary, named according to the variable. If conversion was not possible or the variable was missing the respective slot contains the error message of the thrown error instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.