Scott Chamberlain
Scott Chamberlain
@cboettig what fields should users be allowed to query? since you're more familiar with the data... Right now, I've set it up so that users can query on any field....
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
not sure if this makes sense, i don't know whether a lot of datasets will be on github or not, if not, then may not make sense
I wonder if it makes sense to persist datasets on a user's machine. And then read the cached version unless user wants to update, or possibly check if any changes...
e.g., ``` r index("shakespeare") %>% query("prefix", speaker = "we") ``` as an alternative to ``` r index("shakespeare") %>% prefix(speaker = we) ```
basically `toggle=FALSE` on the pipe helpers
https://travis-ci.org/ropensci/elasticdsl/jobs/116706796#L4219
in readme, we have `explain()`, but doesn't exist yet (and conflicts with `dplyr::explain()`), working on `describe()` right now...