May 2019
Beginner to intermediate
266 pages
5h 57m
English
This section involves understanding the depth of each and every attribute that is considered to be important for the dataset indicated:
> class(GlassDataset)[1] "tbl_df" "tbl" "data.frame"
The output shows that the dataset is merely a tabular format of the data frame.
> dim(GlassDataset)[1] 214 11
This means that the dataset comprises 214 rows and 11 columns. The column structure is as discussed in the first section.
> colnames(GlassDataset)[1] "Id" ...
Read now
Unlock full access