get_data | R Documentation |
This function downloads the Brazilian lottery game data from Caixa Federal up to the date declared
get_data(
game = c("maismilionaria", "megasena", "lotofacil", "quina", "lotomania", "duplasena",
"diadesorte"),
type = c("numbers", "winners"),
language = "eng"
)
game |
select which Brazilian lottery game |
type |
select if you want the winners database or the numbers result |
language |
select desired language |
tibble/data.frame containing the downloaded data
library(lotterybr)
megasena_ganhadores <- get_data(game= "megasena",type = "winners",language = "eng")
megasena_ganhadores
lotofacil_dezenas <- get_data(game= "lotofacil",type = "numbers", language = "ptbr")
lotofacil_dezenas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.