rtaxonworks
is an R client for the TaxonWorks API. Code follow the spirit/approach of the Gem rcol, and indeed much of the wrapping utility is copied 1:1 from that repo, thanks @sckott.
Package documentation: https://docs.taxonworks.org/r
- TaxonWorks: https://taxonworks.org
- TaxonWorks GitHub repository: https://github.com/SpeciesFileGroup/taxonworks
- TaxonWorks API docs: https://api.taxonworks.org
- TaxonWorks documentation: https://docs.taxonworks.org
Install the development version from GitHub with:
install.packages("remotes")
remotes::install_github("SpeciesFileGroup/rtaxonworks")
Load the package
library("rtaxonworks")
Bug reports and pull requests are welcome on GitHub at https://github.com/SpeciesFileGroup/rtaxonworks. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
Please read the CONTRIBUTING guide for instructions on how to install the development version.
The gem is available as open source under the terms of the MIT license. You can learn more about the MIT license on Wikipedia and compare it with other open source licenses at the Open Source Initiative.
Everyone interacting in the rtaxonworks project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.