Skip to content

Instantly share code, notes, and snippets.

@DraceZhan
DraceZhan / Global.R
Created February 5, 2017 04:51
Video Game Sales as of 12/16 data analysis
#load libraries needed
#install.packages(c("wordcloud","tm"),repos="http://cran.r-project.org")
#devtools::install_github("ricardo-bion/ggradar", dependencies=TRUE)
library(wordcloud)
library(tm)
library(tidyr)
library(dplyr)
library(ggplot2)
library(corrplot)