embeds | R Documentation |
Multiple images and other content can be embedded in the same message, which is why there's not just one big "embed image" that returns the correct structure.
embeds(description = NULL, ...)
embed_image(url, title = NULL)
description |
Optional: Character string to use as description. |
... |
Embedded content, i.e. |
url |
An image URL to embed. |
title |
Title to be displayed above image. |
## Not run:
embeds = embeds(
description = "Just another mtcars",
embed_image(url = "https://i.imgur.com/TUdNWOW.png", title = "vroom")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.