tidy(nlists(
nlist(x = 1, y = 4:6),
nlist(x = 3, y = 7:9)
), simplify = TRUE, directional_information = FALSE)
tidy(nlists(
nlist(x = 1, y = 4:6),
nlist(x = 3, y = 7:9)
), simplify = TRUE, directional_information = TRUE)
Run the code above in your browser using DataLab