knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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")
This is a basic example:
library(USFSAevents) Event1 = anycomp('https://ijs.usfigureskating.org/leaderboard/results/2018/26192/SEGM036.html')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.