knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
O objetivo do pacote é disponibilizar funções para analisar dados do Brasileirão.
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("beatrizmilz/meupacote")
library(meupacote)
Nomes dos times que estão na base de dados:
unique(partidas_brasileirao$quem_ganhou)
Como usar a função:
encontrar_pior_ano_time(time = "Corinthians") %>% knitr::kable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.