Description Usage Arguments Value
Similar to expand.grid
but inputs two vectors and returns
a single character vector with the values from the two vectors separated by
"_" by default.
1 | expand_v(x, y, sep = "_")
|
x |
Vector |
y |
Vector |
sep |
Like paste, specifies character(s) to separate vector values |
Vector (character)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.