get_wiki_page | R Documentation |
Get Wiki Page from API
get_wiki_page(url, format = "json", action = "parse", redirects = TRUE)
url |
(character) Wiki page URL. |
format |
(character) Response format. |
action |
(character) Response action. |
redirects |
(boolean) Whether to follow redirects. |
Other Wiki functions: build_wiki_url
,
parse_wiki_url
,
parse_wikicommons_page
,
parse_wikipedia_page
,
parse_wikispecies_page
pg <- get_wiki_page("https://en.wikipedia.org/wiki/Malus_domestica")
str(httr::content(pg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.