
Last chance! 50% off unlimited learning
Sale ends in
tmMap
supports so-called lazy mappings, that
are mappings which are delayed until the documents' content is
accessed. This function triggers the evaluation, i.e., it materializes
the documents.materialize(corpus, range = seq_along(corpus))
tmMap
data("crude")
x <- tmMap(crude, stemDoc, lazy = TRUE)
x <- materialize(x)
Run the code above in your browser using DataLab