Try different parameters of a script to check if it is correct to make results.
is_script_good_results(results_folder_path, selected_script)
Path to scripts for calculations.
Selected script.
TRUE if the script is good or FALSE if it isn't. Plus a message explaining what is the problem or not.
folder_path <- system.file("example", package = "zooimageui")
is_correct <- is_script_good_results(folder_path, "ex1_zoo_abundance.R")