readWiki {tosca} | R Documentation |
Read Pages from Wikipedia
Description
Downloads pages from Wikipedia and extracts some meta information
with functions from the package WikipediR
. Creates a
textmeta
object including the requested pages.
Usage
readWiki(
category,
subcategories = TRUE,
language = "en",
project = "wikipedia"
)
Arguments
category |
|
subcategories |
|
language |
|
project |
|
Value
textmeta
object
Examples
## Not run: corpus <- readWiki(category="Person_(Studentenbewegung)",
subcategories = FALSE, language = "de", project = "wikipedia")
## End(Not run)
[Package tosca version 0.3-2 Index]