dfs
is a list whose element is a data frame containing information of environment in a city.
And I want to get PM_US.Post
of each city in one column.
I've tried: PM_2.5 <- sapply(dfs,
[[,"PM_US.Post")
What I've got is each column represents one city's PM_US.Post
:
enter image description here
But I want to get them in one column.