srt.content {SRTtools} | R Documentation |
Retrieve all the subtitle text content from a srt file
srt.content(srt)
srt |
vector. The srt file read by |
srt_path <- system.file("extdata", "movie.srt", package="SRTtools")
srt <- srt.read(srt_path, encoding = 'utf-8')
srt.content(srt)