Displaying 1 result from an estimated 1 matches for "metadata_3compound".
Did you mean:
metadata_3compounds
2009 Oct 13
0
tm: Why does adding local metadata take so long?
...ncoding = "latin1")
# Read the .txt files into a volatile corpus
Corpus_3compounds <- Corpus(Dir_3compounds,
readerControl = list(reader = readPlain,
language = "en",
load = TRUE))
I have the metadata for these text documents in an Excel table, which
I have read into Metadata_3compounds as follows:
# Read the metadata into a data frame
Metadata_3compounds <- read.xls("/Volumes/RDR Test Documents/
3Compounds/3compounds.xls",
sheet = 3, verbose = TRUE, pattern = "Document",
method = "tab", perl ="perl")
Since the metadata and the text...