Scott Chamberlain
Scott Chamberlain
@jeroenooms I want to make creation of files for bulk load to Elasticsearch much faster. right now, I simply cat json lines to a file, which doesn't really scale to...
hey @dwinter - tried to figure this out, but you can probably do so much faster. Question from twitter https://twitter.com/neilfws/status/461109878262493184 `entrez_link(dbfrom="pccompound",db="all",id="62857")` gives no results from db "gds" But `db="gds"` (`entrez_link(dbfrom="pccompound",db="gds",id="62857")`)...
Seems like these aren't collected, or am I missing something. perhaps there is a route that has these e.g., like `/pkg/reverse_deps`
Last updated on 2022-06-26 (@rfhb): - [x] Mongodb - @jeroen - [x] CouchDB - @sckott - [x] Elasticsearch - @sckott - [x] SQLite - @rfhb (from 0.3.0) - [x] PostgreSQL...
any thoughts @richfitz ?
- [ ] streaming - [ ] dplyr verbs: select, filter, arrange, mutate, etc. see also #1 - [ ] serialize objects
unicode
noam suggest maybe link to stringi c++ lib https://github.com/gagolews/ExampleRcppStringi
from @jhollist > 40 25 5.994, but represented as 40.255994. Looks like dd, but is dms Not yet in rewrite allowing user formats, but will try soon, and should in...
erroring
not sure how to error. some methods - if method gives back single output numeric/int/etc. then can error straight away - when method gives back data.frame: error straight away when...