Delete a given parameter set from a MALECOT project.

delete_set(project, set = NULL, check_delete_output = TRUE)

Arguments

project

a MALECOT project, as produced by the function malecot_project()

set

which set to delete. Defaults to the current active set

check_delete_output

whether to prompt the user before deleting any existing output

Examples

# TODO