I have a question that is related to this post. I don't understand what this line does:
col2=unlist(lapply(adjlist,"[",-1))
I mean, I know it's turning the all columns but the first one into one long column that is then merged with col1
but I don't get how and I don't want to use a code that I don't understand.
Thank you!