Use input of purrr's map function to create a named list as output in R

后端 未结 3 1312
暗喜
暗喜 2020-12-29 22:28

I am using the map function of the purrr package in R which gives as output a list. Now I would like the output to be a named list based on the input. An example is given be

3条回答
提交回复
热议问题