Scott Chamberlain
Scott Chamberlain
- `names_list()` - `iucn_summary()` - this may need to be fixed in `rredlist` though
E.g., ``` r get_tsn("Poa") ``` A lot of results are given...so user filters with regex ``` r # some output printed, prompt given # user types: ann # which filters...
The `timeout` function in `httr` I don't think will work as that stops the looping behavior. I tried `R.utils::evalWithTimeout`, but that keeps giving me these kinds of errors ``` Error...
via https://github.com/ropensci/taxa/issues/100 explore to see how this works in practice
I often lose track/get confused about what different functions do (what they take as input and give as output), and since v0.1 in 2015 sf has come along and other...
#86 is doing for `geojson_json` - need to do for remainder of fxns, should be: - [ ] `geojson_list`
arose from https://stackoverflow.com/questions/50240935/removing-brackets-from-ends-of-geojson-in-r With the `bad.txt` file below, which contains JSON, rgdal fails without a helpful message: ```r library(rgdal) rgdal::readOGR("bad.txt", rgdal::ogrListLayers("bad.txt")) #> Error in rgdal::ogrListLayers("bad.txt") : Cannot open data source...