powered by
DataframeSource(x, encoding = "UTF-8")
x
DataframeSource
Source
docs <- data.frame(docs = c("This is a text.", "This another one.")) (ds <- DataframeSource(docs)) inspect(Corpus(ds))
Run the code above in your browser using DataLab