Learn R Programming

mrgsim.parallel (version 0.3.0)

is.file_set_item: Check if an object is a file_set_item

Description

Check if an object is a file_set_item

Usage

is.file_set_item(x)

Value

Logical value indicating if x has the file_set_item attribute set..

Arguments

x

An object.

Examples

Run this code
x <- new_stream(2)
is.file_set_item(x[[2]])

Run the code above in your browser using DataLab