Thank you for the awesome Reactor notebooks. I tried using the Export option, but when I click on the button, I get the following error:
ERROR: could not find function "%>%"
Maybe you're missing the library(magrittr) call?
And is there any chance of using the Reactor inside Rstudio IDE? I have a habit of using Alt + - for adding the <- operator within Rstudio :)
Thank you for the awesome Reactor notebooks. I tried using the Export option, but when I click on the button, I get the following error:
ERROR: could not find function "%>%"Maybe you're missing the
library(magrittr)call?And is there any chance of using the Reactor inside Rstudio IDE? I have a habit of using
Alt + -for adding the<-operator within Rstudio :)