From the course: SQL Server Machine Learning Services: R

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

View installed packages

View installed packages

From the course: SQL Server Machine Learning Services: R

Start my 1-month free trial

View installed packages

- When you install Machine Learning Services on your SQL service instance, Microsoft includes a number of popular add-on packages that extend the base functionality of the R language. We can see where these packages are installed by running this R script that I have on lines two through seven. All we're doing here is calling a function called lidpaths and turning it into a data frame. We're then passing it to the output data set variable and finally out choice SQL server result set. Let's go ahead and highlight these lines and execute them. This script returns a single file path on your SQL server machine, where the R libraries are saved. Let's take a look at this by right clicking on it, and choosing copy, and then I'm going to open up a new file explorer window, and paste that into the URL bar. That takes you into a folder, where you can see folders for all the different packages that you have available to use in your…

Contents