View source: R/droplets_cost.R
droplets_cost | R Documentation |
Calculate cost across droplets
droplets_cost(x)
x |
Object to coerce. Can be an integer (droplet id), string (droplet name), a droplet (duh) |
## Not run:
droplets() %>% droplets_cost()
droplets()[[2]] %>% droplets_cost()
droplets()[2:4] %>% droplets_cost()
droplets_cost("FatedSpaghetti")
droplets_cost(11877599)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.