knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

hsqbdb

This package provides functions for scraping statistics from entries in the hsquizbowl.org tournament database. Currently only supports scraping and not search.

Installation

You can install the released version of hsqbdb with:

devtools::install_github("ryanrosenberg/hsqbdb")

Example

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)


ryanrosenberg/hsqbdb documentation built on Feb. 8, 2022, 11:29 a.m.