# NOT RUN {
library(magrittr)
results <- list(first=c(3,4), second=list(5,6))
list(7,8) %>%
append_object(results, "third result") ->
results
# results has length 1, containing one list named "first"
# }
Run the code above in your browser using DataLab