Description Usage Arguments Value Examples
View source: R/get_shinyrates_data.R
scrapes the data from shinyrates.com and formats it as a dataframe
1 | get_shinyrates_data(page = "https://shinyrates.com/data/rate")
|
page: |
the page to pull the shinyrates JSON file from (default is https://shinyrates.com/data/rate) |
A data.frame with the following columns:
date_recorded |
Date the data was pulled |
pokemon_ID |
National Pokédex Number |
pokemon_name |
Name of the Pokemon |
shiny_rate_frac |
Shiny rate as a fraction as pulled from shinyrates.com |
shiny_rate |
Decimal shiny rate calubluated from 'shiny_rate_frac' |
sample_size |
Number of that species of pokemon observed in the last 24 hours |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.