allot.Rd
Using -> with pipe
->
allot(.data, name, envir = parent.frame())
data to assign
name of object to assign
x <- 1 allot(2, x) 3 %>% allot(x) x #> [1] 3