# NOT RUN {
# read all EAF files in the current working directory,
# returns a data table of the kind accessed by multicast()
mc_eaf_to_tsv()
# also produce a file 'mydata.tsv' containing all read data
mc_eaf_to_tsv(write = TRUE, filename = "mydata")
# instead of a single monolithic table, return a list
# of tables and produce one TSV file for each text
mc_eaf_to_tsv(write = TRUE, split = TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab