readWiki | R Documentation |
Downloads pages from Wikipedia and extracts some meta information
with functions from the package WikipediR
. Creates a
textmeta
object including the requested pages.
readWiki(
category,
subcategories = TRUE,
language = "en",
project = "wikipedia"
)
category |
|
subcategories |
|
language |
|
project |
|
textmeta
object
## Not run: corpus <- readWiki(category="Person_(Studentenbewegung)",
subcategories = FALSE, language = "de", project = "wikipedia")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.