| %>% | R Documentation | 
Uses the pipe operator (%>%) to chain statements. Useful for adding
layers to a google_map
lhs, rhs | 
 A google map and a layer to add to it  | 
## Not run: 
key <- "your_api_key"
google_map(key = key) %>%
add_traffic()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.