is.file_stream | R Documentation |
Check if an object inherits from file_stream
is.file_stream(x)
x |
An object. |
Logical value indicating if x
inherits from file_stream
.
x <- new_stream(2)
is.file_stream(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.