any idea how to do this?
I was hoping it would be ok with
<%=
library(rCharts)
n1 <- nPlot(mpg ~ wt, data = mtcars, type = 'scatterChart')
n1$show('inline', include_assets = TRUE, cdn = TRUE)
%>
but no success, just blank with no error or messages
Thanks for any comments,
Cheers