analogsea (version 1.0.7.2)

sizes: Get all the available sizes that can be used to create a droplet.

Description

Get all the available sizes that can be used to create a droplet.

Usage

sizes(page = 1, per_page = 25, ...)

Value

A data.frame with available sizes (RAM, disk, no. CPU's) and their costs

Arguments

page

Page to return. Default: 1.

per_page

Number of results per page. Default: 25.

...

Named options passed on to GET.

Examples

Run this code
if (FALSE) {
sizes()
}

Run the code above in your browser using DataLab