analogsea (version 0.8.0)

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, ...)

Arguments

page

Page to return. Default: 1.

per_page

Number of results per page. Default: 25.

...

Named options passed on to GET.

Value

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

Examples

Run this code
# NOT RUN {
sizes()
# }

Run the code above in your browser using DataLab