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