November 2017
Beginner to intermediate
204 pages
5h 23m
English
The R dataframe is a built-in data structure that represents tabular data. Once a dataframe is created, the columns and initial values of the dataframe can be viewed in the Environment tab in the upper left corner of RStudio:

Double-clicking on a dataframe listed in the Environment tab will display a spreadsheet of the data in the editor panel:

At this point, I will point out that the column names have been changed from the original CSV. Region name has become region.name and 2011 has become X2011. R uses the column header names ...
Read now
Unlock full access