# Generic functions shouldn't really need any extra documentation.
print.TextGrid <- function(x){
summary(x)
cat("\n")
for (i in 1:length(x)){
print(x[[i]])
cat("\n")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.