parse_wikipedia_page | R Documentation |
Parse Wikipedia Page
parse_wikipedia_page(page, types = c("common_names", "langlinks"))
page |
(response) Result of |
types |
(character) Data types to parse. |
Other Wiki functions: build_wiki_url
,
get_wiki_page
,
parse_wiki_url
,
parse_wikicommons_page
,
parse_wikispecies_page
pg <- get_wiki_page("https://en.wikipedia.org/wiki/Malus_domestica")
str(parse_wikipedia_page(pg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.