Skip to content
master
Go to file
Code
This branch is even with PacktPublishing:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Learning R Programming

This is the code repository for the book Learning R Programming, Published by Packt.It contains all the supporting project files necessary to work through the book from start to finish.

Code snippets

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02

class(c(TRUE, TRUE, FALSE))
class(c("Hello", "World"))


is.numeric(c(1, 2, 3))
is.numeric(c(TRUE, TRUE, FALSE))
is.numeric(c("Hello", "World"))


strings <- c("1", "2", "3")
class(strings)

Related R products

Instant R Starter

R Object-oriented Programming

R for Data Science

Suggestion and Feedback

Click here

About

Code repository for Learning R Programming, published by Packt

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.