Description Usage Arguments Examples
Checks if every subfolder is OK to pass the LBE_fluo3D_process_all() function.
1  | LBE_fluo3D_check_folders(args_check = list(), all_directory = getwd())
 | 
args_check | 
 List containing the conditions for the function chech_folders See individual help files for details (?check_folders)  | 
all_directory | 
 Directory containing subfolders with .sp 3D fluorescence files. Default is the directory used by the user. Might be useful to manually specify another.  | 
1 2 3  | # (!!!) First of all, verify the conditions hilighted in "IMPORTANT". (!!!)
> setwd("C:\\XXXX")  #where XXXX is your directory (don't forget to replace \ by / or \\)
> LBE_check_folders()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.