-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Consider adding %@keys% to get a matrix (or list of lists?) of named keys in the list.
df$var%@keys% (where var is a list of named lists) will give:
A matrix, with nrows= the length of df, ncols= max(# of keys), with each row being a sorted list of keys, with missing values replaced by NA.
Reactions are currently unavailable