Book Image

R Programming Fundamentals

By : Samik Sen
Book Image

R Programming Fundamentals

By: Samik Sen

Overview of this book

R Programming Fundamentals, focused on R and the R ecosystem, introduces you to the tools for working with data. To start with, you'll understand you how to set up R and RStudio, followed by exploring R packages, functions, data structures, control flow, and loops. Once you have grasped the basics, you'll move on to studying data visualization and graphics. You'll learn how to build statistical and advanced plots using the powerful ggplot2 library. In addition to this, you'll discover data management concepts such as factoring, pivoting, aggregating, merging, and dealing with missing values. By the end of this course, you'll have completed an entire data science project of your own for your portfolio or blog. The code bundle for this course is available at: https://github.com/TrainingByPackt/R-Programming-Fundamentals
Table of Contents (3 chapters)
Chapter 1
Introduction to R
Content Locked
Section 9
Getting Help with R
Let us learn about the basic page for getting help with R using the web browser and look at the package documentation that can be used to solve queries with various functions in R. In addition to the thorough documentation built into R, let us learn about vignettes and using its related functions.