I am trying to publish rCharts in knitrHTML, I keep getting this error:
Quitting from lines 11-43 (ddd.Rmd)
Error in file(con, "w") : cannot open the connection
Calls: <Anonymous> ... <Anonymous> -> <Anonymous> -> <Anonymous> -> writeLines -> file
Execution halted
this is my kode within the markdown:
rPlot(cpubusy ~ datetime, color = 'machine', type = 'point', data = server)
How could I resolve this? what am I missing?