Posts by Jessiane de Holanda • 33 points
2 posts
-
1
votes2
answers3531
viewsQ: Problem with accentuation - R
I try to solve the problem of accents with this script: Mapa@data$NAME_2 <- Mapa@data$NAME_2 %>% as.character() %>% stri_trans_general("Latin-ASCII") %>% toupper() But when I open the…
-
2
votes1
answer943
viewsQ: Error in [.data.frame`(attr, , Region) : Undefined Columns Selected
I’m willing to use the fortify to plot a graph in R: PaísX <- fortify(BRmap, region = "ID_2") %>% mutate(id = as.integer(id)) %>% full_join(BRmap@data, by =c("id" = "ID_2")) %>%…
rasked Jessiane de Holanda 33