is.file_set_item: Check if an object is a file_set_item

View source: R/stream.R

is.file_set_itemR Documentation

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)

Arguments

x

An object.

Value

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

Examples

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


mrgsim.parallel documentation built on March 18, 2022, 7:52 p.m.