Learn R Programming

arete (version 0.1)

webanno_summary: Summarize the contents of a group of WebAnno tsv files

Description

Returns

Usage

webanno_summary(input, goal = "relations", collected = TRUE, verbose = TRUE)

Value

dataframe.

Arguments

input

list of character or WebAnnoTSV. The contents of WebAnno TSV v3.3 files as created by webanno_open or a set of paths leading to them.

goal

character. One of "labels", "relations" or "all" determining what is summarized.

collected

boolean. Organize the summary under a single dataframe, otherwise a list is returned.

verbose

boolean. Print the final output.

Examples

Run this code
example = arete_data("annotations")

webanno_summary(example)

Run the code above in your browser using DataLab