Try different parameters of a script to check if it is correct to make a model.
is_script_good_model(models_folder_path, selected_script)
Path to scripts/models.
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_model(folder_path, "ex1_mlRforest.R")