read_metadata: Read Website Metadata

View source: R/get_metadata.R

read_metadataR Documentation

Read Website Metadata

Description

Read Website Metadata

Usage

read_metadata(url, output = c("list", "data.frame"), force = FALSE)

Arguments

url

charcter url of website, or path to html document

output

character defining desired output type. Must be one of:

  • (list)

  • data.frame

force

logical force metadata retrieval where site does not authorise scraping. This option should only be used if you are the owner of the site.

Value

list or data.frame

Examples

read_metadata('https://www.w3.org/')

mrjoh3/about documentation built on April 15, 2022, 8:35 p.m.