Description Usage Arguments Details Value See Also Examples
A function to download the (wiki) text content of a list of SNPedia pages.
1 2 |
titles |
Titles of the pages to be downloaded. |
verbose |
If TRUE some messages are provided. |
limit |
The maximum number of items to be queried at a time. |
wikiParseFunction |
Function to be used to parse the wiki code
at downloading time.
Default is |
baseURL |
SNPedia boots URL. |
format |
Downloading format. Currently just JSON is available. |
query |
The query to be iterated. |
... |
any parameter to be pasted to the |
JSON format is parsed to extract the wiki text returned by the function.
If the wikiParseFunction
parameter is provided,
parsing of the pages is done internally once each batch of pages
is downloaded.
Pages do not need to be of the same class...
but users may be aware of the type of pages they are queering,
moreover when using their own wikiParseFunction
.
Parameters baseURL
, format
and query
are not intended for end users.
A list containing the wiki content of the required pages
or the formatted objects returned by the wikiParseFunction
applied to each page.
extractTags, getCategoryElements
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.