name: A name that could be a droplet or image name
...: Named options passed on to droplet_create.
Returns
A droplet
Details
Internally, we call the droplets and images (with private = TRUE) to get list of your droplets and images - and we check against those.
Examples
## Not run:# matches droplet that existsdroplet_reuse(name ='BeguiledAmmonia')# matching image that existsdroplet_reuse(name ='hadleyverse1', size ="1gb")# no matching droplet or imagedroplet_reuse(name ='tablesandchairs')## End(Not run)