Transforming Data in RTransforming data is one of the steps in the Data Analytics/Analysis life cycle. In the Google Analytics Certificate […] March 11, 2023 in R Language tagged frame / R / arrange / separate / mutate / unite / data / sort by Mike
The Palmer Penguins DatasetThe Palmer Penguins dataset is a sample dataset for use in R language and Python. The palmer penguin […] March 11, 2023 in R Language tagged data / sample / dataset / R by Mike
Cleaning Data in RNow we need to clean, standardize and manipulate our data. Usually, before we begin cleaning the data we […] March 11, 2023 in R Language tagged rename / arrange / min / MEAN / order / summarize / sort / max / R by Mike
Markdown Files in RWhat is an R markdown file? R Markdown is a file format for making dynamic documents with R. […] March 11, 2023 in R Language tagged cheat / sheet / R / markdown by Mike
The diamonds Dataset in RThis dataset is shipped with the ggplot2 package in the tidyverse in R. If you haven’t already installed […] March 9, 2023 in R Language tagged sample / dataset / R / diamond / diamonds by Mike
RStudio IntroductionRStudio’s an IDE or integrated development environment. This means that RStudio brings together all the tools you might […] March 6, 2023 in R Language tagged R / cls / data / development / programming / IDE / clear / environment / RStudio by Mike
R Language IntroductionWhat is the R programming language? Wikipedia says: “R is a programming language for statistical computing and graphics […] December 13, 2022 in R Language tagged programming / statistics / R by Mike