You are on page 1of 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