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

`get_data` brakes when name of browse object is same as a `base` function #48

Open AldoCompagnoni opened 7 years ago

AldoCompagnoni commented 7 years ago

This causes a bug: search <- browse( community=="no" & duration_years > 15) d <- get_data(search)

This occurs because the name search is the same as the base function search(). Such conflict seem to occur with all base functions (it occurs with sys.frame, alist, as.list).