knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

aisportsReport

Travis build status

The goal of aisportsReport is to create all of A.I. Sports' reporting.

Installation

You can install the released version of aisportsReport from GitHub with:

# install.packages("devtools")
devtools::install_github("papagorgio23/aisportsReport")

Example

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))


papagorgio23/aisportsReport documentation built on Feb. 14, 2022, 1:56 a.m.