Create a new Solution object.

new_solution(
  project,
  name,
  settings,
  summary_results,
  site_results,
  feature_results,
  id = uuid::UUIDgenerate()
)

Arguments

project

Project object.

name

character value with name for solution.

settings

list of Parameter objects.

summary_results

data.frame containing the summary results.

site_results

data.frame containing the site results.

feature_results

data.frame containing the feature results.

id

character identifier for object.

Value

A Solution object.

Examples

#TODO