Update category damaging functions of a given type.

# S3 method for category
update(type, path = PATH, file.name = FILE.NAME, verbose = VERBOSE)

Arguments

type

character, type of model that is loaded, default to NULL

path

list of useful paths, default to PATH

file.name,

list of useful file names, default to FILE.NAME

verbose

boolean, will floodam tells what it is doing, default to VERBOSE

graph

boolean, will grapĥs be plotted, default to GRAPH

Examples

if (FALSE) {
update.category("activity")
}