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

USFSAevents

The goal of USFSAevents is to scrape figure skating event data from the US Figure Skating Association (USFSA) website, perform summary statistics, and create relevant visual aids in comparing various competitions.

Installation

You can install the released version of USFSAevents from CRAN with:

install.packages("USFSAevents")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ayak9/fs_repo")

Example

This is a basic example:

library(USFSAevents)
Event1 = anycomp('https://ijs.usfigureskating.org/leaderboard/results/2018/26192/SEGM036.html')


ayak9/USFSAevents documentation built on March 1, 2023, 11:17 p.m.