Learn R Programming

opengraph (version 0.0.2)

og_parse: Parse Open Graph Metadata

Description

Parse Open Graph Metadata

Usage

og_parse(url)

Value

A named vector of Open Graph metadata.

Arguments

url

A string representing the URL of the webpage to parse.

Examples

Run this code
og_parse('https://www.rstudio.com')

Run the code above in your browser using DataLab