ropensci / popler

The R package to browse and query the popler database
https://docs.ropensci.org/popler
MIT License
8 stars 7 forks source link

pplr_det_data() fails with piped input #55

Open levisc8 opened 6 years ago

levisc8 commented 6 years ago

pplr_browse(proj_metadata_key == 11) %>% pplr_maps() %>% pplr_get_data() yields the following error: Error in eval(Q[[i]]$expr): object "." not found.

Seems to be a scoping error, but I'll need to return to this later