loading...

Try different parameters of a script to check if it is correct to make results.

is_script_good_results(results_folder_path, selected_script)

Arguments

results_folder_path

Path to scripts for calculations.

selected_script

Selected script.

Value

TRUE if the script is good or FALSE if it isn't. Plus a message explaining what is the problem or not.

Examples

folder_path <- system.file("example", package = "zooimageui")
is_correct <- is_script_good_results(folder_path, "ex1_zoo_abundance.R")