powered by
Downloads pages from Wikipedia and extracts some meta information with functions from the package WikipediR. Creates a textmeta object including the requested pages.
WikipediR
textmeta
readWiki( category, subcategories = TRUE, language = "en", project = "wikipedia" )
textmeta object
character articles of which category should be downloaded, see pages_in_category, argument categories
character
pages_in_category
categories
logical (default: TRUE) should subcategories be downloaded as well
logical
TRUE
character (default: "en"), see pages_in_category
"en"
character (default: "wikipedia"), see pages_in_category
"wikipedia"
if (FALSE) corpus <- readWiki(category="Person_(Studentenbewegung)", subcategories = FALSE, language = "de", project = "wikipedia")
Run the code above in your browser using DataLab