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

brasileirao

R Package with the Brazilian National Soccer League (Brasileirão) matches from 2003 to 2022.

Click here to download the matches table in CSV.

Click here to download the stats table in CSV.

Installation

You can install this package from GitHub with:

# install.packages("devtools")
devtools::install_github("williamorim/brasileirao")

Example

Data from the 2020 season:

library(brasileirao)

dplyr::filter(matches, season == 2020)

Sources

Warranty

The data in this package was not validated by any means and has no warranty.

If you find any bug or wrong information, please open a issue.

Next steps



williamorim/brasileirao documentation built on Sept. 28, 2024, 8:36 a.m.