knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

learnedleague

The goal of learnedleague is to beat your opponents

Installation

You can install learnedleague from github with:

# install.packages("devtools")
devtools::install_github("beanumber/learnedleague")

Example

This is a basic example which shows you how to solve a common problem:

library(learnedleague)
scrape_player_data("BaumerB")
compare("JenningsK")


beanumber/learnedleague documentation built on May 24, 2019, 7:14 a.m.