Convert list with NULL entres to data.frame in R

前端 未结 3 759
说谎
说谎 2021-01-14 11:32

I have a list named z :

z<-list( list(a=1, b=2),  list(a=2, b=3), list(a=NULL, b=4))

I want this to be converted to a data.

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