Description Usage Arguments Value Examples
Convert image to jpeg or png
1  | convert_image(inputFolder, outputFolder, type = ".jpeg")
 | 
inputFolder | 
 Folder that content the subfolders of images with other extension that jpeg and png. Each subfolder corresponds to one class.  | 
outputFolder | 
 The folder where will save cponverted images.  | 
type | 
 the type of extension jpeg, png all supported extesion by imager package  | 
save images as jpeg (default) or png. Each folder corresponds to a classe.
1 2 3 4  | ## Not run: 
convert_image("/extdata/img_data/")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.