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 8
Data Import and Export
Let us now learn about Data import and export by looking at the different delimiter and functions to import and export data for different file types. We can then get to know about the built-in functions for data import and export. Then, let us learn about Synthetic data, downloading data from Github, importing .csv files, and importing and exporting .xlsx files.