fetch_wiki_refs: Fetch external citation URLs from Wikipedia
Description
Searches Wikipedia for a topic, then returns external citation URLs from
the first matching page's references section. Use read_urls
to scrape content from those URLs.
Usage
fetch_wiki_refs(query, n = 10)
Value
A character vector of external citation URLs (prefers archived when present).