Skip to contents

Save images from the get_images() function into your current working directory based on the tabular index.

Usage

save_images(x)

Arguments

x

Vector relating to index column in the output of get_images(). For example if x equals c(1,2,4) then this will save images in the output of get_images() with index 1,2 and 4 to the current working directory.