Skip to content

Commit

Permalink
Clarify wording about higher taxonomic levels
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed May 7, 2023
1 parent fd1e149 commit 0696416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/what-is-dwc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ taxon_wide <- tibble::tribble(
knitr::kable(taxon_wide)
```

Indeed, in DwC taxon, higher taxonomic levels like `genus`, `family`, and `order` are valid terms and may be used.
Indeed, in DwC taxon, taxonomic levels above species like `genus`, `family`, and `order` are valid terms and may be used.

However, `species` is **not** a valid DwC term. That is because each row of a DwC taxonomic database is a single scientific name **of any rank**, not just species. So it is typical for data to be oriented vertically ("long" format):

Expand Down

0 comments on commit 0696416

Please sign in to comment.