knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of perupobreza2018 is to have an easy way to draw peruvian poverty maps.
You can install the released version of perupobreza2018 from the calderonsamuel r-universe with:
install.packages("perupobreza2018", repos = 'https://calderonsamuel.r-universe.dev')
And the development version from GitHub with:
# install.packages("remotes") remotes::install_github("calderonsamuel/perupobreza2018")
The dataset pobreza2018
is a tibble. For better displaying load tibble
or tidyverse
.
library(perupobreza2018) library(tibble) # optional ## basic example code pobreza2018
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.