expandEdits | R Documentation |
Often many numeric variables have the same constraints. expandEdits
is
a utility function to define edits for multiple variables. See the examples for the syntax.
expandEdits(
s,
prefix = "_",
useSum = TRUE,
asExpression = is.language(s),
env = parent.frame(),
...
)
s |
edit expression, can be a |
prefix |
prefix for variables to be expanded |
useSum |
if |
asExpression |
if |
env |
enviroment that will be used to find variables to be expanded |
... |
variables used in the expansion |
character
or expression
vector with expanded expressions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.