Nothing
library(lotterybr)
games <- c("maismilionaria", "megasena", "lotofacil", "quina", "lotomania",
"duplasena", "diadesorte")
types <- c("numbers", "winners")
language <- c("ptbr","eng")
for(game in games){
for(type in types){
for(language in language){
data <- get_data(game = game, type = type, language = language)
}
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.