Option: Option Constructor function

Description Usage Arguments Value Examples

View source: R/option.R

Description

Constructs a Option S4 object, which represents a possible solution to projects. The object includes a list of Option.resource, which is type checked.

Usage

1
Option(name, option.resources)

Arguments

name

character character (any other argument will be cast to character)

option.resources

Option.resources S4 object. Cannot be empty.

Value

a Option S4 object

Examples

1
## Not run: Option <- Option(name, option.resources)

coppeCosenzaR documentation built on May 2, 2019, 8:18 a.m.