mj_location: Location

Description Usage Arguments See Also Examples

View source: R/body.R

Description

Display a Google Maps location link.

Usage

1
mj_location(address, ...)

Arguments

address

address.

...

Unnamed items that comprise this list of MJML tags.

See Also

https://mjml.io/documentation/#mjml-location

Examples

1
2
3
4
5
6
7
mj_ml(
  mj_body(
    mj_column(
      mj_location("Times Square")
    )
  )
)

JohnCoene/mjml documentation built on June 21, 2020, 11:42 a.m.