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

browse should return any variable in the search argument #45

Open bochocki opened 7 years ago

bochocki commented 7 years ago

The following should give TRUE, but it doesn't:

"derived" %in% colnames(browse(derived=="yes"))

We should update the variables returned from browse() so that variables in the search argument are returned to the user.