Given a list of speech objects, print them all.  The list may be a portion
of a play (e.g., a scene) or a list of speech fragments generated by
searchSpeeches() and speechFragments().
1  | printSpeeches(speeches, printSeparator = TRUE)
 | 
speeches | 
 A list of speeches, either a list in Python or the result of getting such an object back to R.  | 
printSeparator | 
 Should a special separator line be printed between speeches. Generally you would want this if the list was a result of a search, but not to print a contiguous part of the play, e.g., a scene.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.