Re: Plotting with R

2021-08-15 Thread Pedro Bruel
No problem! Le dim. 15 août 2021 à 11:14, Roger Mason a écrit : > Hello Pedro, > > Pedro Bruel writes: > > > There's a typo on your source block header, it should be "output > graphics", > > this would probably produce the output you're getting now. > > Thank you! You saved my sanity! > > Roger

Re: Plotting with R

2021-08-15 Thread Roger Mason
Hello Pedro, Pedro Bruel writes: > There's a typo on your source block header, it should be "output graphics", > this would probably produce the output you're getting now. Thank you! You saved my sanity! Roger

Re: Plotting with R

2021-08-15 Thread Pedro Bruel
Hi Roger, There's a typo on your source block header, it should be "output graphics", this would probably produce the output you're getting now. Thanks, Pedro Le dim. 15 août 2021 à 10:17, Roger Mason a écrit : > Hello, > > I want graphics output from R: > > #+begin_src R :results output grah

Plotting with R

2021-08-15 Thread Roger Mason
Hello, I want graphics output from R: #+begin_src R :results output grahics file :file coa_vs_a.pdf :exports results library(tidyverse) library(RPostgreSQL) drv <- dbDriver("PostgreSQL") con <- dbConnect(drv, user="rmason",dbname="test") rs <- dbSendQuery(con,"with CTE as (select split_part(spli