Tag: jstreer
-
How to recursively rename a list based on its list items
7 I’d like to recursively rename (or name, as those items are currently unnamed) a list() based on its items (here text). There are several similar questions, however I haven’t found one with a list structure as follows and I can’t seem to find a general recursive approach to solve this. The example data comes…