srt_to_df | R Documentation |
Convert subtitles .srt file to a dataframe.
srt_to_df(file_name)
file_name |
string with a filename or path to the .srt file |
a dataframe with columns: id
, content
,
time_start
, time_end
, source
.
George Moroz <agricolamz@gmail.com>
srt_to_df(system.file("extdata", "test.srt", package = "phonfieldwork"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.