I\'m creating R code for a Monte Carlo simulation of a professional sport. Because the game dynamics are very complicated and to make the debugging process simpler, I\'d like to
To open the log file in "append" mode:
log_con <- file("test.log",open="a")