How can i access list of list

Hi, can you start with providing a reprex? This would help a lot in solving your problem.

In general, all things list can be either solved with *apply functions (sapply, for example) or with purrr::map_*. In you case you should take a look at purrr::map_dbl.

1 Like