powered by
update_list(x, ...)
NULL
x <- list(x = 1:10, y = 4) update_list(x, z = 10) update_list(x, z = ~ x + y)
Run the code above in your browser using DataLab