str_englue() helps you solve the labeling problem during plotting. For example, any value wrapped in { } will be inserted into the string and it can also understands embracing, {{ }}, which automatically inserts a given variable name.
Arguments
- x
A string to interpolate with glue operators.
- env
User environment where the interpolation data lives in case you're wrapping
englue()in another function.- error_call
The execution environment of a currently running function, e.g.
caller_env(). The function will be mentioned in error messages as the source of the error. See thecallargument ofabort()for more information.- error_arg
An argument name as a string. This argument will be mentioned in error messages as the input that is at the origin of a problem.

