powered by
expand.grid()
expand_grid(List, KEEP.OUT.ATTRS = TRUE, stringsAsFactors = TRUE)
expand_grid()
expand_grid(list(A= c(1:3),b= letters[1:4])) expand_grid(List = list(c(1:3)))
Run the code above in your browser using DataLab