powered by
save.image(im, file)
#Create temporary file tmpF <- tempfile(fileext=".png") #Save boats image save.image(boats,tmpF) #Read back and display load.image(tmpF) %>% plot
Run the code above in your browser using DataLab