Convert named list to vector with values only February 11, 2023 by Tarik Use unlist with use.names = FALSE argument. unlist(myList, use.names=FALSE)