mb_article | R Documentation |
Read Memory Beta article content and metadata.
mb_article(
url,
content_format = c("xml", "character"),
content_nodes = c("h1", "h2", "h3", "h4", "h5", "h6", "p", "b", "ul"),
browse = FALSE
)
url |
character, article URL. Expects package-style short URL. See examples. |
content_format |
character, the format of the article main text,
|
content_nodes |
character, which top-level nodes in the article main text to retain. |
browse |
logical, also open |
Article content is returned in a nested, tidy data frame.
a nested data frame
mb_article("Azetbur")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.