Last chance! 50% off unlimited learning
Sale ends in
docs <- c("This is a text.", "This another one.")
vs <- VectorSource(docs)
elem <- getElem(stepNext(vs))
(result <- readPlain()(elem, "en", "id1"))
meta(result)
Run the code above in your browser using DataLab