DramaAnalysis (version 3.0.1)

loadDramaTEI: Load drama

Description

This function parses and loads one or more dramas in raw TEI format.

Usage

loadDramaTEI(filename)

Arguments

filename

The filename of the drama to load (or a list thereof).

Value

The function returns an object of class QDDrama.

Examples

Run this code
# NOT RUN {
tei_example_file <- "example_tei.xml"
d <- loadDramaTEI(tei_example_file)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace