-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collecting Awesome Usage Of {ffscrapr} #280
Comments
Things I've created via ffscrapr:
|
@TheMathNinja Awesome! Any code examples published anywhere? 😀 |
Yes, the scheduler is public (the other ones would take a bit of work for me to take out my "special sauce"). Just be forewarned that this code was written almost a year ago, so it's a much earlier version of ffscrapr, and also just 1-2 months into me learning how to code in R, haha. I'll re-visit it this July/August for an update, I imagine. |
I don't know if you're familiar with Tableau, but you could check out the beginnings of a "league dashboard" I'm working on: https://public.tableau.com/profile/steve.goedken#!/vizhome/Book1_16193733190810/Draft |
Tan, This is a really great package. Working on a Shiny App to compile a league website that will look at a wide variety of historical league stats that ESPN doesn't keep like all time record vs opponent. The league goes back on ESPN to like 2007 and has had stable members the whole time so really interested in seeing who historically the best drafter in the league has been, if any owner is particularly adept at late round value, things like that. |
@tanho63 Building a Blog on my fantasy league. Eventually will do some more sophisticated things and want to build a shiny app, but this has been fun for my family fantasy league that we've done for 25 years. |
Another great use: IDP commissioners know how controversial position designation can be. I use mfl_players() and espn_players() to scrape for position discrepancies between the 2 platforms and then use this short list to let PFF break ties. I publish and tweet the result as “True Position Cheatsheet” for other MFL GM’s to utilize for position changes. Saves so much time and controversy as a commissioner! |
Got any cool examples of how you've used ffscrapr?
I'd love to hear about it and build up a directory page of blog posts, code snippets, Shiny apps etc that can help inspire future analysis and dev! Please comment here if you've got such a thing.
Examples of things I'm keen on hearing about:
The text was updated successfully, but these errors were encountered: