parent_run: Get parent object of nm object

View source: R/nm_object.R

parent_runR Documentation

Get parent object of nm object

Description

[Stable]

Will pull the parent run of an nm object from the run cache. Run needs to have been executed for this to work.

Usage

parent_run(m, n = 1L)

Arguments

m

An nm object.

n

Numeric. Generation of parent (default = 1).

Value

An nm object. Will not return parent object, if the parent object has not been run.


tsahota/NMproject documentation built on Oct. 1, 2022, 11:51 a.m.