View source: R/read_subtitles.R
| get_subtitles_info | R Documentation |
Get basic informations for subtitle objects
get_subtitles_info(x)
x |
a |
Called for its side effects (printing to the console). Returns NULL invisibly.
s <- read_subtitles(
system.file("extdata", "ex_subrip.srt", package = "subtools")
)
get_subtitles_info(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.