vspinu / unnest

Very fast spreading and stacking of nested data structures into R data.frames
https://github.com/vspinu/unnest
10 stars 1 forks source link

"paste" processing is not handling list names correctly #6

Open vspinu opened 3 years ago

vspinu commented 3 years ago
> str(unnest(list(a = list(b = 1, c = 2)), s("a", process = "paste")))
'data.frame':   1 obs. of  1 variable:
 $ a: chr "1,2"