powered by
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 cnlp_annotate or cnlp_write_csv.
cnlp_annotate
cnlp_write_csv
cnlp_read_csv(input_dir)
path to the directory where the files are stored
an object of class annotation
annotation
# NOT RUN { annotation <- cnlp_read_csv("path/to/annotation") # } # NOT RUN { # }
Run the code above in your browser using DataLab