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.


NMproject documentation built on Sept. 30, 2022, 1:06 a.m.