Description Usage Arguments Value Examples
View source: R/WikiHistoRyfunctions.r
This function get a wikipedia article content and return extracted wikihypelinks using "\[\[.*?\]\]" as regular expression
1 | extract_wikihypelinks(art_text)
|
art_text |
text content of wikipedia article |
wikihypelinks
1 2 | art_test=get_article_most_recent_table("Zeitgeber")
citation_type_extracted=as.character(sapply(extract_citations(art_test[9]),replace_wikihypelinks))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.