readNexis | R Documentation |
Reads the XML-files from preprocessed Lexis Nexis files and seperates the text and meta data.
readNexis(path = getwd(), file = list.files(path = path, pattern = "*.xml$", full.names = FALSE, recursive = TRUE), do.meta = TRUE, do.text = TRUE, encoding = "utf-8")
path |
Character string with Path where the data files are. |
file |
Character string with names of the XML files. |
do.meta |
Logical: Should the algorithm collect meta data? |
do.text |
Logical: Should the algorithm collect text data? |
encoding |
encoding of the input files. |
List of two
meta |
id url date title page resource author leadtext downloadDate |
text |
text |
Sakander Zirai (<s.zirai@live.de>), Lars Koppers (<koppers@statistik.tu-dortmund.de>)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.