environment: - MYSQL_ROOT_PASSWORD=root restart: always api: image: sckott/fishbaseapi ports: - "8888:8888" links: - fishbase - sealifebase - redis # nginx: # ports: # - 80:80 # links: # - api # volumes: # - ./nginx.conf:/etc/nginx/nginx.conf # image: nginx©...
options(FISHBASE_API = "http://fishbase.ropensci.org/sealifebase") kingcrab <- common_to_sci("king crab") kingcrab species(kingcrab) ecology(kingcrab) Set the API back to fishbase for finfish data: options(FISHBASE_API = "http://fishbase.ropensci.org") Please note that this project ...
A programmatic interface to 'FishBase', re-written based on an accompanying 'RESTful' API. Access tables describing over 30,000 species of fish, their biology, ecology, morphology, and more. This package also supports experimental access to 'SeaLifeBase' data, which contains nearly 200,000 speci...
see ropensci/fishbaseapi#96 Activity sckottadded a commit that references this issue on Apr 13, 2016 added countrysub and countrysubref tables... 83382e0 sckottclosed this as completedin 8ec0f7fon Apr 13, 2016 Sign up for free to join this conversation on GitHub. Already have an acc...
[15] DBI_1.1.3 cli_3.4.0 rstudioapi_0.14 curl_4.3.2 fastmap_1.1.0 withr_2.5.0 duckdb_0.5.1 [22] dplyr_1.0.10 stringr_1.4.1 httr_1.4.4 askpass_1.1 generics_0.1.3 fs_1.5.2 vctrs_0.5.1 [29] hms_1.1.2 tidyselect_1.2.0 glue_1.6.2 R6_2.5.1 fansi_1.0.3 purrr_0.3.4 rea...
You can still specify server using the rfishbase2.xformat of providing a URL argument for server, e.g."http://fishbase.ropensci.org/sealifebase"orSys.setenv(FISHBASE_API = "http://fishbase.ropensci.org/sealifebase"), or simplySys.setenv("FISHBASE_API" = "sealifebase")if you prefer...
rfishbase 2.0relied on calls to a ruby-based API,fishbaseapi, that provided access to SQL snapshots of about 20 of the more popular tables in FishBase or SeaLifeBase. rfishbase 3.0side-stepped the API by making queries which directly downloaded compressed csv tables from a static web host. ...
You can still specify server using the rfishbase2.xformat of providing a URL argument for server, e.g."https://fishbase.ropensci.org/sealifebase"orSys.setenv(FISHBASE_API = "https://fishbase.ropensci.org/sealifebase"), or simplySys.setenv("FISHBASE_API" = "sealifebase")if you prefer...
options(FISHBASE_API = "http://fishbase.ropensci.org/sealifebase") kingcrab <- common_to_sci("king crab") kingcrab species(kingcrab) ecology(kingcrab) Set the API back to fishbase for finfish data: options(FISHBASE_API = "http://fishbase.ropensci.org") Please note that this project ...
rfishbase 3.0 side-stepped the API by making queries which directly downloaded compressed csv tables from a static web host. This substantially improved performance a reliability, particularly for large queries. The release largely remained backwards compatible with 2.0, and added more tables. rfishbase...