Learn R Programming

cleanNLP (version 1.5.2)

extract_documents: Extract documents from an annotation object

Description

Takes an annotation object and returns an annotation object containing only a subset of the documents.

Usage

extract_documents(annotation, ids)

Arguments

annotation
the object to extract from
ids
a vector of integer ids from which to extract

Value

a new annotation object

Examples

Run this code
## Not run: ------------------------------------
# annotation <- extract_documents(anno, ids = c(0, 1, 2, 3))
## ---------------------------------------------

Run the code above in your browser using DataLab