Update analysis of results from floodam. Subject to many changes...

update_analysis(
  type,
  path = getOption("floodam_building_path"),
  file_name = getOption("floodam_building_file_name"),
  sel = NULL,
  skip = NULL
)

Arguments

type

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

path

list of useful paths, default to getOption("floodam_building_path")

file_name,

list of useful file names, default to getOption("floodam_building_file_name")

sel

character, models to be selected within type, default to NULL (everything is selected)

skip

character, models not to be selected within types, default to NULL (nothing is skipped)

Examples

if (FALSE) {
update_analysis(type = "activity")
}