If I enter
print(cat(\"\"))
I get
NULL
I want to use cat() to print out the progress of an R sc
cat()
NULL is the return value of "cat()". If you omit the outer "print()" you won't see the NULL.