Closed jeremystan closed 8 years ago
Ideally, would:
spread_values(key1)
spread_values("key1")
spread_values
spread_values(key1, key2)
key2
key1
Ended up creating spread_all instead, see #56.
spread_all
Ideally, would:
spread_values(key1)
instead ofspread_values("key1")
spread_values
would determine type automatically (converting NULLs to NAs of appropriate type)spread_values(key1, key2)
could be two top level keys orkey2
nested underkey1