Learn R Programming

cleanNLP (version 1.5.2)

read_annotation: Read annotation files from disk

Description

Loads an annotation that has been stored as a set of csv files in a local directory. This is typically created by a call to annotate or write_annotation.

Usage

read_annotation(input_dir)

Arguments

input_dir
path to the directory where the files are stored

Value

an object of class annotation

Examples

Run this code
## Not run: ------------------------------------
# annotation <- read_annotation("path/to/annotation")
## ---------------------------------------------

Run the code above in your browser using DataLab