allot | R Documentation |
Using ->
with pipe
allot(.data, name, envir = parent.frame())
.data |
data to assign |
name |
name of object to assign |
x <- 1
allot(2, x)
3 %>% allot(x)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.