View source: R/specieshindex.R
| getYear | R Documentation |
Extracts the year of each publication of the output from any of the Fetch functions and counts the number of publications each year.
getYear(data, genus, species)
data |
Output from any of the fetch function. |
genus |
Genus classification from the binomial name. |
species |
Species classification from the binomial name. |
A dataframe with the year and frequency of the publications
## Not run:
Woylie <- Fetch(db = "scopus",
search = "tak",
genus = "Bettongia",
species = "penicillata")
## End(Not run)
getYear(data = Woylie,
genus = "Bettongia",
species = "penicillata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.