Mercurial > repos > mingchen0919 > gtg_star_demo
diff star_render.R @ 2:5c9d34a8061d draft default tip
new test
author | mingchen0919 |
---|---|
date | Wed, 20 Jun 2018 13:20:43 -0400 |
parents | a1448d1f2ee4 |
children |
line wrap: on
line diff
--- a/star_render.R Wed Jun 20 11:33:55 2018 -0400 +++ b/star_render.R Wed Jun 20 13:20:43 2018 -0400 @@ -1,7 +1,7 @@ ##============ Sink warnings and errors to a file ============== ## use the sink() function to wrap all code within it. ##============================================================== -zz = file(paste0(Sys.getenv('REPORT_FILES_PATH'), '/rmarkdown_rendering.log.txt')) +zz = file(paste0(Sys.getenv('REPORT_FILES_PATH'), '/.r_rendering.log.txt')) sink(zz) sink(zz, type = 'message')