Learn R Programming

mrgsim.parallel (version 0.3.0)

is.file_stream: Check if an object inherits from file_stream

Description

Check if an object inherits from file_stream

Usage

is.file_stream(x)

Value

Logical value indicating if x inherits from file_stream.

Arguments

x

An object.

Examples

Run this code
x <- new_stream(2)
is.file_stream(x)

Run the code above in your browser using DataLab