knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Bases (traduzidas para o Português) utilizadas nos cursos da Curso-R.
Para ter acesso a todas as bases, instale o pacote utilizando o código a seguir:
# install.packages("devtools") devtools::install_github("curso-r/basesCursoR")
Para acessar uma base, basta rodar o código abaixo.
data(nome_da_base, package = "basesCursoR")
Listamos abaixo as bases contidas no pacote.
AmesHousing::ames_raw
.data(ames, package = "basesCursoR") head(tibble::tibble(ames))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.