knitr::opts_chunk$set(echo = TRUE)

SQL Server

Overview

Key things to manage

Next steps

R

Overview

R is an integrated suite of software facilities for data manipulation, calculation and graphical display

What's it look like?

ggplot2::qplot(mpg, wt, data = mtcars, colour = cyl)

Versions

Key things to manage

Next steps

SQL Server + R Services

Overview

What's it look like?

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))        

2016 Editions

SQL Server feature comparison

Key things to manage

Next steps

Deploying SQL Server & R Services

Azure is your friend

ARM templates

PowerShell

Demo

Github

Next steps

Other Microsoft & R things

Azure ML

R in PowerBI

Wrapup

Wrapup



stephlocke/Rtraining documentation built on May 30, 2019, 3:36 p.m.