Extract a paragraph of text
Return the nth paragraph of a section of text Useful for extracting information from wikipedia or other wikimarkup text
extract_para(text, para = 1, templ = NULL)
text
: the input text as a stringpara
: number indicating which paragraph(s) to return (default=1)templ
: an optional string specifying a mediawikitemplate within which to restrict the search restrict searchthe nth paragraph of the input text.