Shooting Signatures were designed to give an at-a-glance view of an NBA player's shooting performance. They were developed by Peter Beshai (@pbesh) as part of Buckets, an interactive NBA shot visualization tool.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#' Email a user a report is ready | |
#' | |
#' Requires an account at Mailgun: https://mailgun.com | |
#' Pre-verification can only send to a whitelist of emails you configure | |
#' | |
#' @param email Email to send to | |
#' @param mail_message Any extra info | |
#' | |
#' @return TRUE if successful email sent | |
#' @import httr |
Fun things to do with DF Hack.
- DF Hack documentation - where you can find everything
We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
country,mobility_area,date,value | |
LY,residential,2020-03-29,21 | |
LY,residential,2020-03-28,17 | |
LY,residential,2020-03-27,14 | |
LY,residential,2020-03-26,20 | |
LY,residential,2020-03-25,19 | |
LY,residential,2020-03-24,12 | |
LY,residential,2020-03-23,13 | |
LY,residential,2020-03-22,15 | |
LY,residential,2020-03-21,11 |