View source: R/257_zzz_R_specific_exports.R
| name | R Documentation |
Returns a human-readable string representation of a CVXR expression, variable, or constraint.
name(x)
x |
A CVXR expression, variable, parameter, constant, or constraint. |
A character string.
x <- Variable(2, name = "x")
name(x) # "x"
name(x + 1) # "x + 1"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.