View source: R/droplet_reuse.R
droplet_reuse | R Documentation |
Reuse a droplet or image by name
droplet_reuse(name, ...)
name |
A name that could be a droplet or image name |
... |
Named options passed on to |
Internally, we call the droplets
and
images
(with private = TRUE
) to get list of your
droplets and images - and we check against those.
A droplet
## Not run:
# matches droplet that exists
droplet_reuse(name = 'BeguiledAmmonia')
# matching image that exists
droplet_reuse(name = 'hadleyverse1', size = "1gb")
# no matching droplet or image
droplet_reuse(name = 'tablesandchairs')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.