library(act)
# Get a transcript
t <- examplecorpus@transcripts[[1]]
# Create print transcript
printtranscript <- act::export_printtranscript (t=t)
# Display on screen
cat(printtranscript)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.