Convert a vector into a list, each element in the vector as an element in the list January 5, 2023 by Tarik Simple, just do this: as.list(c(1,2,3))