The plays are parsed from the set of XML files into Python "ElementTree" objects.
An R object from class "Play" has a proxy to the parsed play plus fields for the
names of the personae and a proxy to a Python list of all the speeches.
parseThe Python parse of the XML file,  proxy class for "ElementTree".
personaeCharacter vector of the descriptions of the personae in the play.  Note that this
comes from the play itself.  The names of speakers usually match one of the personae in the grep()
sense, but not always.
titleThe character string title, as found in the XML representation.
speechesProxy for Python list (class "SpeechList") of all the speeches (each element an object
of Python class "Speech").  This is precomputed when the "Play" object is initialized;
the speeches list tends to be input to many of the interesting analyses.  If you want to suppress
precomputation, explicitly set the field to NULL.
keyThe character string identifying the play in the table and also the name of the original XML file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.