splitstackshape
splitstackshape copied to clipboard
Functions to add
- [x]
move_me - [x]
dist2df - [x]
[.array - [x]
[.ftable - [x]
ftable2dt - [ ]
dupe_thresh - [x]
list_unlister - [ ]
make_me_NA - [ ]
na_last(add a "row + col" option) - [x]
Riffle(but it needs a LOT of work and testing) - [ ]
shifter,shuffler(?) - [ ]
sort_ends(? -- How useful?) - [ ]
tabulate_int(after modifying to work with factors/characters) - [ ]
unlist_by_row/unlist_by_col - [ ]
lwSplit(name?) for the act of splitting once to a "long" form and then again to a "wide" form? Eg: https://stackoverflow.com/q/49182838/1270695, https://stackoverflow.com/q/29120787/1270695
TODO:
- [ ]
cartesian_unlist()should be modified to include names from named list elements - [ ]
move_me()should be modified to handle names with spaces, perhaps entered in a specific manner like either fenced with backticks like syntactically invalid names in R or<</>>or other fence. - [ ]
Riffleneeds abyrowargument for row-wise interleaving of data.