Trang Tran
Trang Tran
When `api_key` is not provided, Entrez allows 3 requests per second, thus `sleep_time` should be at least (1/3) second. Rounding error caused it to wait for less than (1/3), resulting...
Hello, I noticed that on some pages, like the one screenshot, SmartTOC could not detect the top-level headings, typically the first level.
I encountered this error caused by this line in `redis-internal.R` `writeBin(.raw(hdr), con)` which is supposedly thrown if `con` is not binary, and not NULL either. I don't see any how...