knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
bergeys.webscraper only has one function: readBmanual(). This function extracts the genus and abstract from a range of articles in Bergey's Manual. In the example below, readBmanual() will extract the genus and abstract from https://onlinelibrary.wiley.com/doi/10.1002/9781118960608.gbm00001 to https://onlinelibrary.wiley.com/doi/10.1002/9781118960608.gbm00005
readBmanual(1L, 5L)
This package is a true one-trick-pony.
library(bergeys.webscraper)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.