is.locker_stream: Check if an object inherits from locker_stream

View source: R/stream.R

is.locker_streamR Documentation

Check if an object inherits from locker_stream

Description

Check if an object inherits from locker_stream

Usage

is.locker_stream(x)

Arguments

x

An object.

Value

Logical value indicating if x inherits from locker_stream.

Examples

x <- new_stream(2, locker = temp_ds("locker-stream-example"))
is.locker_stream(x)


metrumresearchgroup/mrgsolve.fu documentation built on Dec. 30, 2024, 2:23 p.m.