change_parent: Change parent object

View source: R/nm_object.R

change_parentR Documentation

Change parent object

Description

[Stable]

When a child() has been created by a modified parent sometimes adoption is the answer. This will force parenthood to the specified object.

Usage

change_parent(m, mparent, silent = TRUE)

Arguments

m

An nm object.

mparent

New parent object to child.

silent

Logical (default = TRUE). Should warn if conflicts detected.

Value

An nm object with modified parent_* fields.

See Also

child()


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