unbracket | R Documentation |
Remove inner-most dimension
unbracket(x)
x |
Array symbol to collapse dimension from |
if (has_sympy()) {
x <- as_sym(paste0("x", 1:3))
y <- as_sym("y")
l <- list(x, y)
l
unbracket(l)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.