analogsea (version 1.0.7.2)

image_convert: Convert an backup image to a snapshot.

Description

Convert an backup image to a snapshot.

Usage

image_convert(image, ...)

Arguments

image

An image to modify.

...

Options passed on to httr::GET. Must be named, see examples.

Examples

Run this code
if (FALSE) {
# get a backup image
img <- images(TRUE)[[1]]
# then convert to a snapshot
# image_convert(img)
}

Run the code above in your browser using DataLab