Nothing
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()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.