Re: [R] Knitr: setting echo = FALSE globally [RESOLVED]

2015-07-21 Thread Rich Shepard
On Tue, 21 Jul 2015, John Kane wrote: It sounds like your approach with the chunks is equivalent to my approach. Somewhere I remember reading that the global chunk commands apply to everything 'after' the global command--which once one thinks about it is sensible . John, Yes, it makes sense

Re: [R] Knitr: setting echo = FALSE globally [RESOLVED]

2015-07-21 Thread John Kane
ot of time once you get it working. John Kane Kingston ON Canada > -Original Message- > From: rshep...@appl-ecosys.com > Sent: Tue, 21 Jul 2015 08:30:09 -0700 (PDT) > To: r-help@r-project.org > Subject: Re: [R] Knitr: setting echo = FALSE globally [RESOLVED] > >

Re: [R] Knitr: setting echo = FALSE globally [RESOLVED]

2015-07-21 Thread Rich Shepard
On Mon, 20 Jul 2015, John Kane wrote: I have no idea wha that chunk is not working but I think you can get the same result using the old method Stick the following in an ERT box: <>= opts_chunk$set(echo = FALSE) @ John, My original response was too large (3 attached PDF files) and was held