read_properties: Read Open Graph tags from an HTML document

Description Usage Arguments

View source: R/property.R

Description

Read Open Graph tags from an HTML document

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
read_properties(x, ...)

## S3 method for class 'character'
read_properties(x, ...)

## S3 method for class 'html_document'
read_properties(x, ...)

## S3 method for class 'xml_document'
read_properties(x, ...)

## S3 method for class 'response'
read_properties(x, ...)

## S3 method for class 'raw'
read_properties(x, ...)

Arguments

x

URL or parsed HTML/XML document

...

Additional arguments passed on to methods.


hrbrmstr/opengraph documentation built on May 19, 2019, 4:05 p.m.