R Script in Google Colab with MPG dataset applying ggplot2 syntax

Опубликовано: 14 Октябрь 2024
на канале: Brian Byrne
1,273
10

https://sites.google.com/view/vinegar...
We implement R Script using
%load_ext rpy2.ipython
and
%%R
commands. The Google Colaboratory although normally used for running python code can also be used for running R.

Explanation of code can be found here
https://r4ds.had.co.nz/data-visualisa...

This mpg dataset provides fuel economy data from 1999 and 2008 for 38 popular models of cars. The dataset is shipped with ggplot2 package.