knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of aisportsReport is to create all of A.I. Sports' reporting.
You can install the released version of aisportsReport from GitHub with:
# install.packages("devtools") devtools::install_github("papagorgio23/aisportsReport")
This is a basic example which shows you the top 20 best days betting and the worst 20:
library(aisportsReport) # get best days betting knitr::kable(best_days(20))
# get worst days betting knitr::kable(worst_days(20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.