Fun things to do with DF Hack.
- DF Hack documentation - where you can find everything
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 |
Fun things to do with DF Hack.
#' 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 |