Closed jeremystan closed 8 years ago
This order is very difficult to guarantee across multiple documents, e.g.,
how to guarantee they come out "a", "b", "c"?
c('{"a": 1, "c": 2}', '{"b": 1, "c": 3}') %>% spread_all
This is more complex when they are nested, so for now leaving this be.
Currently
spread_all
handles nested columns like this:Would prefer that the order is
"a", "b.c", "d"
instead