knitr::opts_chunk$set(echo = TRUE)
R is an integrated suite of software facilities for data manipulation, calculation and graphical display
ggplot2::qplot(mpg, wt, data = mtcars, colour = cyl)
EXECUTE sp_execute_external_script @language = N'R' , @script = N'OutputDataSet <- df<-as.data.frame(installed.packages()[,1])' , @input_data_1 = N'SELECT 1 as Col' WITH RESULT SETS ((col varchar(50) not null))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.