validate_identifier_variables_shiny: Title

View source: R/shiny-functions.R

validate_identifier_variables_shinyR Documentation

Title

Description

makes sure that the denoted identifier variables are valid. to be used in observeEvent() of pdl_step4 action button 'Save & Proceed'

Usage

validate_identifier_variables_shiny(
  df,
  assembled_module_info,
  mitosis_module_used,
  object,
  in_shiny
)

Arguments

assembled_module_info

the respective output of assemble_module_info*() functions (module information list)

mitosis_module_used

logical, skip if lineages have to be reconstructed

object
example_df

the example file loaded in prepare data loading

Value

Variables (list of variables if time lapse), converted if necessary. If conversion not possible or variable missing the error message of the thrown error.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.