powered by
Extract a specific Open Graph property from a webpage.
og_property(url, property)
A string containing the value of the specified property, or NA if not found.
A string representing the URL of the webpage to parse.
A string indicating the Open Graph property (e.g., "og:title" or "title").
og_property('https://www.rstudio.com', 'og:title')
Run the code above in your browser using DataLab