print.multisubtitles: Print method for multisubtitles

Description Usage Arguments Examples

View source: R/read_subtitles.R

Description

Print method for multisubtitles

Usage

1
2
## S3 method for class 'multisubtitles'
print(x, printlen = 10L, ...)

Arguments

x

a multisubtitles object.

printlen

the maximum number of subtitles to print.

...

further arguments passed to or from other methods.

Examples

1
2
3
f <- system.file("extdata", "ex_subrip.srt", package = "subtools")
s <- read_subtitles(f)
bind_subtitles(s, s, collapse = FALSE)

fkeck/subtools documentation built on Dec. 2, 2019, 3:19 a.m.