Learn R Programming

opengraph (version 0.0.2)

og_validate: Validate Open Graph Metadata

Description

Check if all required Open Graph properties are present.

Usage

og_validate(metadata)

Value

A logical value indicating whether all required metadata is present.

Arguments

metadata

A named list of Open Graph metadata.

Examples

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

Run the code above in your browser using DataLab