print.multisubtitles: Print method for multisubtitles

View source: R/read_subtitles.R

print.multisubtitlesR Documentation

Print method for multisubtitles

Description

Print method for multisubtitles

Usage

## 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.

Value

Called for its side effects (printing to the console). Returns NULL invisibly.

Examples

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


subtools documentation built on March 24, 2026, 5:07 p.m.