The goal of pigeonscraper is to share the race data from the American Pigeon Racing Union National data base. It also makes available the scraping functions used to gather the data.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("tiagocabaco/pigeonscraper")
After installed, you can download race data by running:
library(pigeonscraper)
download_race_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.