View source: R/read_subtitles.R
| print.multisubtitles | R Documentation |
Print method for multisubtitles
## S3 method for class 'multisubtitles'
print(x, printlen = 10L, ...)
x |
a |
printlen |
the maximum number of subtitles to print. |
... |
further arguments passed to or from other methods. |
Called for its side effects (printing to the console). Returns NULL invisibly.
f <- system.file("extdata", "ex_subrip.srt", package = "subtools")
s <- read_subtitles(f)
bind_subtitles(s, s, collapse = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.