# NOT RUN {
im = sketch(face)
# im.png is saved to the current working directory
im_save( im, name = "im", path = getwd() )
# myimage.jpg is saved to a specified directory
im_save( im, name = "myimage", path = "path/to/image", format = "jpg" )
# }
Run the code above in your browser using DataLab