pipe: Pipe

%>%R Documentation

Pipe

Description

Uses the pipe operator (%>%) to chain statements. Useful for adding layers to a google_map

Arguments

lhs, rhs

A google map and a layer to add to it

Examples

## Not run: 

key <- "your_api_key"
google_map(key = key) %>%
add_traffic()


## End(Not run)

SymbolixAU/googleway documentation built on Aug. 29, 2023, 2:46 a.m.