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.
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)
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.