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

call_update() compatible with get_data() #29

Closed AldoCompagnoni closed 7 years ago

AldoCompagnoni commented 7 years ago

call_update() need to accommodate simple objects as well.

In the current get_data(), the ... argument should accommodate two inputs:

  1. A logical expression, just like what found in browse()
  2. An object produced by browse(), or a call to browse().

Currently, call_update() returns an NA if the input is an single string of characters.

AldoCompagnoni commented 7 years ago

Issue solved - the integration between call_update and concatenate_queries accommodates points 1 and 2.