loading...

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)

Arguments

models_folder_path

Path to scripts/models.

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_model(folder_path, "ex1_mlRforest.R")