# NOT RUN {
#Don't save files, just print to the screen.
set_output_mode("screen")
#Print to the screen and save files to appropriate locations.
set_output_mode("both")
#Save files to appropriate locations, but do not print them to screen.
set_output_mode("file")
# }
Run the code above in your browser using DataLab