September 2018
Beginner to intermediate
140 pages
2h 52m
English
In this section, we'll load and explore a dataset using R functions. Before starting with the implementation, check the version by typing version in the console and checking the details, as follows:

Let's begin by following these steps:
install.packages("ggplot2")install.packages("tibble")install.packages("dplyr")install.packages("Lock5Data")
[1] "C:/Users/admin/Documents/GitHub/Applied-DataVisualization-with-ggplot2-and-R"
Read now
Unlock full access