Skip to content

A set of functions for accessing 2022 Olympic curling data

Notifications You must be signed in to change notification settings

jbrooksdata/sweepR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sweepR

sweepR is a collection of functions that allow the scraping of curling tournament data from the 2022 Winter Olympics.

Installation

sweepR can be installed using:

remotes::install_github("jbrooksdata/sweepR")

Use

Each of the four currently available functions operate in the same way. "mens" "womens" and "mixed" represent the three groups of datasets available containing game-by-game player and team stats, player bios, and tournament standings.

For example:

load_standings("mixed")

This will return the standings (wins, losses, points scored, etc.) from the mixed doubles tournament.

Data

  • Game-by-game stats for players and teams, player bios, and standings are available.
  • Player, game, and team ID numbers provided for joins.
  • Data was taken from the NBC Olympic API.
  • Project inspired by Alyssa Longmuir's Twitch streams working with women's hockey data.

Other Notes

References

About

A set of functions for accessing 2022 Olympic curling data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages