droplet | R Documentation |
Retrieve a single droplet.
droplet(id, ...)
as.droplet(x)
## S3 method for class 'droplet'
summary(object, ...)
id |
(integer) Droplet id. |
... |
Additional arguments passed down to low-level API function
( |
x |
Object to coerce. Can be an integer (droplet id), string (droplet name), a droplet (duh), or an action (which waits until complete then returns the droplet) |
object |
Droplet object to pass to |
## Not run:
droplet(1234)
as.droplet("my-favourite-droplet")
as.droplet(10)
as.droplet(droplets()[[1]])
droplet(1234) %>% summary
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.