Closed maurolepore closed 5 years ago
Help abandon the list. Users can read multiple censuses, then filter the ones they need with subset(), dplyr::filter(), or [[.
subset()
dplyr::filter()
[[
Relates to https://github.com/forestgeo/fgeo.demography/issues/24.
Implemented via path %>% rdata_list() %>% list_df()
path %>% rdata_list() %>% list_df()
Help abandon the list. Users can read multiple censuses, then filter the ones they need with
subset()
,dplyr::filter()
, or[[
.Relates to https://github.com/forestgeo/fgeo.demography/issues/24.