as.promise.recvAio | R Documentation |
Creates a 'promise' from an 'recvAio' object.
## S3 method for class 'recvAio'
as.promise(x)
x |
an object of class 'recvAio'. |
This function is an S3 method for the generic as.promise
for class
'recvAio'.
Requires the promises package.
Allows a 'recvAio' to be used with the promise pipe %...>%
, which schedules
a function to run upon resolution of the Aio.
A 'promise' object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.