read_metadata | R Documentation |
Read Website Metadata
read_metadata(url, output = c("list", "data.frame"), force = FALSE)
url |
charcter url of website, or path to html document |
output |
character defining desired output type. Must be one of:
|
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. |
list or data.frame
read_metadata('https://www.w3.org/')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.