Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created November 16, 2021 10:35

Revisions

  1. darioappsilon created this gist Nov 16, 2021.
    6 changes: 6 additions & 0 deletions google_maps.R
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    map <- google_map(
    key = api_key,
    data = data
    )
    map %>%
    add_markers(lat = "LATITUDE", lon = "LONGITUDE", mouse_over = "AIRPORT")