0% found this document useful (0 votes)
50 views

Data Handling Using R

This course introduces handling data using R by teaching data frames and tables, apply functions, the dplyr package, and importing and exporting data to provide the foundation for data exploration and analysis. It comprises theoretical concepts and hands-on exercises to thoroughly understand how data frames are primary 2-dimensional data structures in R for working with data.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

Data Handling Using R

This course introduces handling data using R by teaching data frames and tables, apply functions, the dplyr package, and importing and exporting data to provide the foundation for data exploration and analysis. It comprises theoretical concepts and hands-on exercises to thoroughly understand how data frames are primary 2-dimensional data structures in R for working with data.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Introduction to Data Handling

This course will provide the basics for handling data using R. In this course you
will learn:

Data Frames and Data Tables


Apply Family of Functions
Dplyr Package
Import and Export of Data
This course will be the foundation for Data Exploration and Data Analysis using R.

Course Approach
This course comprises theoretical concepts as well as hands-on exercises. To
understand the
concepts thoroughly, we recommend you to complete all hands-on exercises.

Getting Started with Data Frames


Data frames are primary data structures in R, capable of storing 2-dimensional
data.
What follows here is the essential knowledge you need to have when dealing with
Data frames.

You might also like