Skip to content

Commit

Permalink
fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed May 5, 2024
1 parent 87dd841 commit d86ee81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/censobr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ head(muni_sf)
Now we only need to merge the spatial data with our estimates and map the results.
```{r warning = FALSE}
muni_sf$code_muni <- as.character(muni_sf$code_muni)
esg_sf <- left_join(muni_sf, esg, by = 'code_muni')
ggplot() +
Expand Down

0 comments on commit d86ee81

Please sign in to comment.