analogsea (version 0.5.0)

neighbors: List neighbors

Description

List neighbors

Usage

neighbors(...)

droplet_neighbors(droplet, ...)

Arguments

...

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

Run this code
# NOT RUN {
# List a droplet's neighbors on the same physical server
droplets()[[3]] %>% droplet_neighbors()
# List all neighbors on the same physical server
neighbors()
# }

Run the code above in your browser using DataCamp Workspace