README.md

worms

Retriving Aphia Information from World Register of Marine Species (www.marinespecies.org) using WoRMS´ RESTful Webservice

Build a consistent and WoRMS complient taxonomic dataset. Add the respective valid taxa to your taxonimic dataset. For your taxa, add the respective valid taxa to your taxonimic dataset. For your taxa, get the Aphia ID of the currently accepted taxon, which is not neccessarily identical to the valid Aphia id provided by WoRMS (AFAIunderstood in case of deleted or resurrected taxa).

Installation

Just issue

devtools::install_github("janhoo/worms")

You may need to (install.packages("devtools")) first.

Done.

Usage

issue library(worms), use the package documentation, e.g., type ?worms and check the index to read function documentation

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Contact

License

This code is licensed to you under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE version 3.0 or higher.

Cite

Holstein (2017). worms: A WoRMS RESTful webservice to scrape Aphia information from World Register of Marine Species. R package version 1.0.0. https://CRAN.R-project.org/package=worms

Version History

**1.0.1 minor bugfixes

1.0.0 major update of wormsbynames breaks backwards compatibility + minor bugfixes different arguments and defaults for wormsbynames wormsbymatchnames is deprecated. Functionality is in wormsbynames now wormsbynames* alway outputs a dataframe of input vector length, even if not a single hit.

0.2.2 error fixes fixed an error in examples where wormsbynames() would terminate due to changes in dependencies. changed default. Now wormsaccepted(..., once = FALSE, ...) which is the supposed usecase.

0.2.1 better documentation, verbose behavior

0.2.0 implements new methods and data

Todo / Known Bugs

0.1.0 retrieves WoRMS Aphia information and turns them into a data.frame

Versioning Semantics

Releases will be numbered with the following semantic versioning format: major.minor.patch

And constructed with the following guidelines:



janhoo/worms documentation built on May 20, 2019, 2:45 p.m.