sunithshetty / R-Data-Structures-and-Algorithms

R Data Structures and Algorithms, by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#R Data Structures and Algorithms This is the code repository for R Data Structures and Algorithms, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

if (test expression)
{
  Statement upon condition is true
}

You will need a good understanding of R or another programming language. Preliminary experience of programming and data analysis will be helpful as well. You will need to appreciate algorithms that can be applied in scale to build applications.

Package in R can be installed using install.packages(“Package-name”)

With the following software and hardware list you can run all code files present in the book (Chapter 1-10)

Software and Hardware List

Chapter Software required OS required
1 R version 3.3.0 Windows, Mac OS X, and Linux (Any)
2 Rstudio Desktop 0.99.903 Windows, Mac OS X, and Linux (Any)

##Related Products

###Suggestions and Feedback Click here if you have any feedback or suggestions.

About

R Data Structures and Algorithms, by Packt

License:MIT License


Languages

Language:R 100.0%