Description Usage Arguments Value
Return the nth paragraph of a section of text Useful for extracting information from wikipedia or other wikimarkup text
1 | extract_para(text, para = 1, templ = NULL)
|
text |
the input text as a string |
para |
number indicating which paragraph(s) to return (default=1) |
templ |
an optional string specifying a mediawikitemplate within which to restrict the search restrict search |
the nth paragraph of the input text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.