print.screen_recording: Print method for screen_recording

Description Usage Arguments Examples

View source: R/start_screen_record.R

Description

Print method for screen_recording

Usage

1
2
## S3 method for class 'screen_recording'
print(x, ...)

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods

Examples

1
2
3
x = list(process =  processx::process$new("ls"))
class(x) = "screen_recording"
print(x)

muschellij2/recordscreen documentation built on May 21, 2019, 1:45 p.m.