Thanks Chuck and all other respondents. Huh. I'll keep experimenting. I
like Chuck's idea of helper function that pipes theoutput as described but
for now, it might actually beeasier to stay with Rmarkdown (!). thanks, Matt
On Thu, Apr 2, 2020 at 1:39 PM Berry, Charles
wrote:
>
>
> > On Mar 31,
> On Mar 31, 2020, at 12:23 PM, Matt Price wrote:
>
> I'm completely new to R.
>
> I've started working with a project that creates plots using the ggplot
> package -- so by default it creates grid objects, rather than writing to
> files.
>
> In rmarkdown/rstudio, I can write something l
On Tue, Mar 31, 2020 at 2:22 PM Matt Price wrote:
>
> I'm completely new to R.
>
> I've started working with a project that creates plots using the ggplot
> package -- so by default it creates grid objects, rather than writing to
> files.
>
> In rmarkdown/rstudio, I can write something like this
Aloha Matt,
A guess based on my experience with ggplot2 is that the
auto-naming and saving take place in the functions plot2() and
plot4(). If so, then calling them from Org mode babel blocks will
also get you auto-naming and saving.
I think you're right that you'll need to put each of the
I'm completely new to R.
I've started working with a project that creates plots using the ggplot
package -- so by default it creates grid objects, rather than writing to
files.
In rmarkdown/rstudio, I can write something like this in a SOMEFILE.Rmd :
```
install_github('eeholmes/CoV19')
library(