...: Additional options passed down to low-level API method.
droplet: A droplet, or something that can be coerced to a droplet by as.droplet.
Examples
## Not run:# List a droplet's neighbors on the same physical serverdroplets()[[3]]%>% droplet_neighbors()# List all neighbors on the same physical serverneighbors()## End(Not run)