Subset the i-th elements of a nested list
Code
Select all i-th elements of a nested list x, in R language:
This is useful after having used the stringr::str_split function…
Input
Structure of the input list x:
Output
Structure, after execution of the command (i = 2):