Description
In this course, you will learn :
- Learn how to use base R functions to import common flat file data formats.
- How to import.csv data into R
- Learn how to read CSV, XLS, and text files in R with tools such as readxl and data.table.
- Beyond simply importing data from Excel, XLConnect allows you to go a step further. Learn everything there is to know about it and bridge the gap between R and Excel.
Syllabus :
- Importing data from flat files with utils
- readr & data.table
- Importing Excel data
- Reproducible Excel work with XLConnect