knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This package provides functions for scraping statistics from entries in the hsquizbowl.org tournament database. Currently only supports scraping and not search.
You can install the released version of hsqbdb with:
devtools::install_github("ryanrosenberg/hsqbdb")
This is a basic example which shows you how to solve a common problem:
library(hsqbdb) read_tournament_entry(url = 'https://hsquizbowl.org/db/tournaments/7030/stats/combined/games/', year = '20-21', set = 'ACF Nationals', site = 'Northwestern', difficulty = 'nationals', powers = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.