parse_ellipsis | R Documentation |
This is a version of parse_levels()
that supports ellipses. This is useful for specifying multiple parameters in one function. This function was specifically designed for a non-standard evaluation update to match_item()
.
parse_ellipsis(...)
... |
Variables and tolerances, in the form |
Returns a list object in the form list(c("num_variable1", -1, 3), c("num_variable2", -0.5, 0.5), "char_variable1")
.
parse_ellipsis(substitute(c(Length = 0:0, Zipf.SUBTLEX_UK = -0.1:0.1, PoS.SUBTLEX_UK)))
parse_ellipsis(substitute(c(Length = 0:0,
Zipf.SUBTLEX_UK = -0.1:0.1,
PoS.SUBTLEX_UK,
BG.SUBTLEX_UK = -0.005:0.005)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.