The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of the package is to provide a function to automatically import data from the lotteries of Caixa Econômica Federal into the R environment. Data from the lotteries of Caixa Econômica Federal includes information on various games such as Mega-Sena, Lotofácil, Quina, among others. They are downloaded from the official website of the Federal Savings Bank at https://loterias.caixa.gov.br/.
You can install the development version of lotterybr like so:
# install.packages("devtools")
# devtools::install_github("tomasbp2/lotterybr")
Downloading Lotofacil winners data:
library(lotterybr)
<- get_data(game= "lotofacil", type= "winners") lotofacil
Opening the shiny app
library(lotterybr)
open_app()
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.