Learn R Programming

CVXR (version 1.9.1)

expr_copy: Shallow Copy of an Expression Tree Node

Description

Shallow Copy of an Expression Tree Node

Usage

expr_copy(x, args = NULL, id_objects = NULL)

Value

A copy of the object.

Arguments

x

A canonicalizable object.

args

Optional replacement args.

id_objects

Optional identity map for deduplication.