powered by
Shorthand to add elements to a vector and save as the same name
list_push(., add)
vector combining fist and second vector, but have name set to the first
first list
list to add
num1 <- list(sample(330:400,10)) num2 <-list("rpkg.net") list_push(num1, add= num2)
Run the code above in your browser using DataLab