All Projects → ropensci → wikitaxa

ropensci / wikitaxa

Licence: other
taxonomy data from Wikipedia/Wikidata/Wikispecies

Programming Languages

r
7636 projects
Makefile
30231 projects

Projects that are alternatives of or similar to wikitaxa

worrms
World Register of Marine Species R client
Stars: ✭ 13 (-18.75%)
Mutual labels:  taxonomy, rstats, r-package, taxize
rredlist
IUCN Red List API Client
Stars: ✭ 31 (+93.75%)
Mutual labels:  rstats, r-package, taxize
rfishbase
R interface to the fishbase.org database
Stars: ✭ 79 (+393.75%)
Mutual labels:  taxonomy, rstats, r-package
bcmaps
An R package of map layers for British Columbia
Stars: ✭ 53 (+231.25%)
Mutual labels:  rstats, r-package
mutant
mutation testing for R
Stars: ✭ 13 (-18.75%)
Mutual labels:  rstats, r-package
WikidataQueryServiceR
An R package for the Wikidata Query Service API
Stars: ✭ 23 (+43.75%)
Mutual labels:  rstats, r-package
pbapply
Adding progress bar to '*apply' functions in R
Stars: ✭ 115 (+618.75%)
Mutual labels:  rstats, r-package
dotwhisker
Dot-and-Whisker Plots of Regression Results
Stars: ✭ 51 (+218.75%)
Mutual labels:  rstats, r-package
paleobioDB
R interface to the Paleobiology Database
Stars: ✭ 36 (+125%)
Mutual labels:  rstats, r-package
miner
R package for controlling Minecraft via API
Stars: ✭ 74 (+362.5%)
Mutual labels:  rstats, r-package
checkers
⛔ ARCHIVED ⛔ Automated checking of best practices for research compendia ✔️
Stars: ✭ 53 (+231.25%)
Mutual labels:  rstats, r-package
roadoi
Use Unpaywall with R
Stars: ✭ 60 (+275%)
Mutual labels:  rstats, r-package
rglobi
R library to access species interaction data of http://globalbioticinteractions.org
Stars: ✭ 12 (-25%)
Mutual labels:  rstats, r-package
rinat
A programmatic interface to iNaturalist
Stars: ✭ 36 (+125%)
Mutual labels:  rstats, r-package
NLMR
📦 R package to simulate neutral landscape models 🏔
Stars: ✭ 57 (+256.25%)
Mutual labels:  rstats, r-package
rdryad
R client for Dryad web services
Stars: ✭ 25 (+56.25%)
Mutual labels:  rstats, r-package
antiword
R wrapper for antiword utility
Stars: ✭ 47 (+193.75%)
Mutual labels:  rstats, r-package
cyphr
Humane encryption
Stars: ✭ 91 (+468.75%)
Mutual labels:  rstats, r-package
schtools
Schloss Lab Tools for Reproducible Microbiome Research 💩
Stars: ✭ 22 (+37.5%)
Mutual labels:  rstats, r-package
rsnps
Wrapper to a number of SNP web APIs
Stars: ✭ 44 (+175%)
Mutual labels:  rstats, r-package

wikitaxa

Project Status: Active – The project has reached a stable, usable state and is being actively developed. cran checks R-check codecov rstudio mirror downloads cran version

wikitaxa - taxonomy data from Wikipedia/Wikidata/Wikispecies

wikitaxa docs: https://docs.ropensci.org/wikitaxa/

See also the taxize book: https://books.ropensci.org/taxize/

Low level API

The low level API is meant for power users and gives you more control, but requires more knowledge.

  • wt_wiki_page()
  • wt_wiki_page_parse()
  • wt_wiki_url_build()
  • wt_wiki_url_parse()
  • wt_wikispecies_parse()
  • wt_wikicommons_parse()
  • wt_wikipedia_parse()

High level API

The high level API is meant to be easier and faster to use.

  • wt_data()
  • wt_data_id()
  • wt_wikispecies()
  • wt_wikicommons()
  • wt_wikipedia()

Search functions:

  • wt_wikicommons_search()
  • wt_wikispecies_search()
  • wt_wikipedia_search()

Installation

CRAN version

install.packages("wikitaxa")

Dev version

remotes::install_github("ropensci/wikitaxa")
library('wikitaxa')

Contributors

Meta

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for wikitaxa in R doing citation(package = 'wikitaxa')
  • Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

ropensci

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].