View source: R/shiny-functions.R
load_data_files_shiny | R Documentation |
Reads in excel- and csv-files of all valid directories while displaying the progress via a progress bar.
load_data_files_shiny( wp_list, wp_name, session, object, assembled_module_info_lists, used_variable_names, mitosis_module_used )
wp_list |
A well plate list. |
wp_name |
The name of the respective well plate. |
A nested list obtained by purrr::safely()
with
successfully loaded files and failed ones including the error message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.