This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git config --global --unset http.proxy | |
| git config --global --unset https.proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| install.packages("ggplot2") | |
| install.packages("ggforce") | |
| library(ggplot2) | |
| library(ggforce) | |
| pie <- data.frame( | |
| state = c('eaten', 'eaten but said you didn\'t', 'cat took it', 'for tonight', 'will decompose slowly'), | |
| focus = c(0.2, 0, 0, 0, 0), | |
| start = c(0, 1, 2, 3, 4), | |
| end = c(1, 2, 3, 4, 2*pi), | |
| amount = c(4,3, 1, 1.5, 6), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| - Introduction to Microsoft R Service in SQL Server 2016 (Part 1) | |
| - Author: Tomaž Kaštrun (twitter: @tomaz_tsql | blog: http://tomaztsql.wordpress.com | |
| - Published: SQL Server Central http://www.sqlservercentral.com | |
| - Date: 24.08.2016 | |
| */ | |
| USE WideWorldImporters; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Type in this code in RStudio and a list of all the data sets that are included with all the packges you have installed will come up: | |
| data(package = .packages(all.available = TRUE)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters