top5 | R Documentation |
Returns the top 5 most or least lucky euromillion numbers
top5(eurolottery_results, date_since, least_lucky = FALSE)
eurolottery_results |
The full list of EuroMillions/EuroJackpot results |
date_since |
The date after which the analysis is to be performed, i.e. 2022-12-22 |
least_lucky |
If TRUE, the least lucky numbers will be returned (default FALSE) |
Top 5 numbers
Tasos Grivas <tasos@openriskcalculator.com>
euromillions_results = EuroMillionsResults()
top_5 = top5(euromillions_results, '2022-12-22', least_lucky=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.