if (FALSE) {
map_key <- 'your_api_key'
kmlUrl <- paste0('https://developers.google.com/maps/',
'documentation/javascript/examples/kml/westcampus.kml')
google_map(key = map_key) %>%
add_kml(kml_url = kmlUrl)
}
Run the code above in your browser using DataLab