image_convert: Convert an backup image to a snapshot.

View source: R/images.R

image_convertR Documentation

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

## Not run: 
# get a backup image
img <- images(TRUE)[[1]]
# then convert to a snapshot
# image_convert(img)

## End(Not run)

analogsea documentation built on May 9, 2022, 1:05 a.m.