RTVS documentation and samples
Перейти к файлу
Brandon Rohrer 241d6f422a testing in progress 2016-03-15 10:53:02 -04:00
examples testing in progress 2016-03-15 10:53:02 -04:00
.gitignore Directory structure rearranged 2016-03-10 14:05:27 -05:00
LICENSE Changing license to MIT 2016-03-03 14:48:31 -08:00
README.md updating README with pointer to samples page 2016-03-08 11:37:00 -08:00

README.md

R Tools for Visual Studio Examples

This master branch of this repository contains a set of samples to help you get started with R, Microsoft R Open, and Microsoft R Server. For a detailed description of the samples, please checkout the samples documentation page.

You can run all of these samples easily using R Tools for Visual Studio, or your favorite R IDE / text editor.

Introduction to R

If you are new to the R language, check out the R scripts in the Introduction_to_R directory.

Introduction to Microsoft R Open

If you are curious about the advantages of Microsoft R Open, Microsoft's free and Open Source version of R, you'll want to check out the examples in the Introduction_to_R_Open directory.

Introduction to Microsoft R Server

If you have large datasets that you want to use with R, but don't have enough memory to analyze them, download Microsoft R Server Developer Edition you'll want to check out the examples in the Introduction_to_R_Server directory.

Machine Learning with R

If you want to see examples of Machine Learning with R, check out the examples in the Introduction_to_Machine_Learning_with_R directory.