Hi everyone,
I just started learning how to code with R and RStudio Cloud. I am trying to knit my R markdown document to get a report of my work, but I keep getting the following error message:
processing file: ggplot_hook.Rmd
Quitting from lines 12-16 (ggplot_hook.Rmd)
Error in .External2(C_dataviewer, x, title) : unable to start data viewer
Calls: ... withVisible -> eval_with_user_handlers -> eval -> eval -> View
Execution halted
Any Ideas?? I appreciate any help you could give me.
Taryn
You should not use the View() command in Rmd files, that command opens the data viewer pane in RStudio but an HTML or PDF file doesn't have a viewer pane.