Learn R Programming

rsyncrosim (version 1.2.9)

parentId: The parent scenario id of a SyncroSim Scenario.

Description

Retrieves the id of the parent of a SyncroSim results scenario.

Usage

parentId(scenario)

# S4 method for character parentId(scenario)

# S4 method for Scenario parentId(scenario)

Arguments

scenario

A Scenario object.

Value

An integer id of the parent scenario. If the input scenario does not have a parent, the function returns `NA`.