wt_wiki_url_parse {wikitaxa}R Documentation

Parse MediaWiki Page URL

Description

Parse a MediaWiki page url into its component parts (wiki name, wiki type, and page title). Supports both static page urls and their equivalent API calls.

Usage

wt_wiki_url_parse(url)

Arguments

url

(character) MediaWiki page url.

Value

a list with elements:

See Also

Other MediaWiki functions: wt_wiki_page_parse, wt_wiki_page, wt_wiki_url_build

Examples

wt_wiki_url_parse(url="https://en.wikipedia.org/wiki/Malus_domestica")
wt_wiki_url_parse("https://en.wikipedia.org/w/api.php?page=Malus_domestica")

[Package wikitaxa version 0.2.0 Index]