qqr Package"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  echo = TRUE,
  background = "white"
)
library(qqr)

This package provides data about the brazilian soccer championship from 2014 to 2020.

To get the data of the 2014 championship, use the function data(), to get the "BRSoccer2014" data:

data("BRSoccer2014")

To get the data of any championship between 2015 and 2019, use the function previousData() setting the argument 'year' to the desired your of the championship:

previousData(year = 2018)

To get the data of the current championship, use the function currentData(), which needs no arguments. Remember that this data covers the results available at the moment you are running the function.

currentData()


Try the qqr package in your browser

Any scripts or data that you put into this service are public.

qqr documentation built on Oct. 23, 2020, 7:17 p.m.