powered by
rbinds a list of vectors of unequal length to a data.frame. Missing columns are filled with NA.
rbind
rbind_fill_vector(x)
a single data frame
A list of vectors. Each element of x must have a dimension of NULL.
NULL
a <- list(NULL, 1:2, NA, "a", 11:13) rbind_fill_vector(a)
Run the code above in your browser using DataLab