lstrrr 0.1.0 (2026-07-21)
DOCUMENTATION
- Updated documentation for all functions, including code examples and parameters descriptions
NEW FEATURES
- Added
dir_listwise(), which makes output oflist.files()into a nested list -
list_map(),list_map2(),list_imap(), andlist_pmap()now support a.progressargument to show a progress bar during traversal. -
list_map(),list_map2(), andlist_imap()now use.xas the first argument (renamed fromx) for consistency with purrr naming conventions.
lstrrr 0.0.0.9000 (2026-07-20)
NEW FEATURES
- Init Version
- purrr-like function to process nested list
-
viz_list(): A funtion to visualize the structure of a nested list -
modify_list(): A function to modify list with another one
