Skip to content

Commit

Permalink
readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jun 9, 2020
1 parent 39ca099 commit 05fe8cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
9 changes: 3 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ knitr::opts_chunk$set(

`taxize` allows users to search over many taxonomic data sources for species names (scientific and common) and download up and downstream taxonomic hierarchical information - among other things.

The taxize book => <https://taxize.dev>
The taxize book: https://taxize.dev
Package documentation: https://docs.ropensci.org/taxize/

The functions in the package that work with a specific API have a prefix and suffix separated by an underscore. They follow the format of `service_whatitdoes`. For example, `gnr_resolve` uses the Global Names Resolver API to resolve species names. General functions in the package that don't hit a specific API don't have two words separated by an underscore, e.g., `classification`.

You need API keys for Tropicos, IUCN, and NatureServe.

## Currently implemented in `taxize`
## Data sources currently implemented

<table>
<colgroup>
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ taxize

`taxize` allows users to search over many taxonomic data sources for species names (scientific and common) and download up and downstream taxonomic hierarchical information - among other things.

The taxize book => <https://taxize.dev>
The taxize book: https://taxize.dev
Package documentation: https://docs.ropensci.org/taxize/

The functions in the package that work with a specific API have a prefix and suffix separated by an underscore. They follow the format of `service_whatitdoes`. For example, `gnr_resolve` uses the Global Names Resolver API to resolve species names. General functions in the package that don't hit a specific API don't have two words separated by an underscore, e.g., `classification`.

You need API keys for Tropicos, IUCN, and NatureServe.

## Currently implemented in `taxize`
## Data sources currently implemented

<table>
<colgroup>
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
],
"releaseNotes": "https://github.com/ropensci/taxize/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/taxize/blob/master/README.md",
"fileSize": "1887.799KB",
"fileSize": "1887.739KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit 05fe8cd

Please sign in to comment.