At the moment I have a very simple script. If I type the commands into a console, I have text printing to the screen. However if I run the script using the following
source('myscript.R')
The contents are executed but nothing is printed to the screen. How do I stop console output from being suppressed?