News

**Descriptive Statistics and Visualisations in R Studio Summary statistics Use summary(df) to show the statistics of the dataset in R Studio Use ggplot(df1, aes(x=Lead.Studio, y=Rotten.Tomatoes..)) + ...
Watch the tutorial at: https://youtu.be/0vKALzsHfKc?si=6Hv0viRXP05qdx_N P.S. Please convert the .R file to a .Rmd file to run it directly as a R Markdown file.