Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created November 16, 2021 10:35
map <- google_map(
key = api_key,
data = data
)
map %>%
add_markers(lat = "LATITUDE", lon = "LONGITUDE", mouse_over = "AIRPORT")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment