-
-
Save biamuniz/91c64d1c8e283237225795c69f909bd5 to your computer and use it in GitHub Desktop.
Cria um mapa com rcityviews dos arredores do SESC Pompeia e salva em SVG
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install.packages("remotes") # Uncomment if you do not have the 'remotes' package installed | |
# remotes::install_github("koenderks/rcityviews", dependencies = TRUE) # Uncomment if you do not have the 'rcityviews' package installed | |
library(rcityviews) | |
sesc <- new_city(name = "sesc", country = "Brazil", lat = -23.5261111, long = -46.6833333) | |
cityview(sesc, theme="modern", zoom = 3, border = "circle", filename = "sescpompeia.svg") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment