Skip to contents

Fetch link preview

Usage

fetch_preview(uri)

Arguments

uri

URL or URI to fetch preview for.

Value

list strutured for use as preview_card

Examples

if (FALSE) { # \dontrun{
wiki_preview <- fetch_preview("https://en.wikipedia.org/wiki/AT_Protocol")
post_skeet("Do you know the AT Protocol?", preview_card = wiki_preview)
} # }