Exploring Data in RIn the data analytics life cycle, in the second phase, you will be preparing your data. This involves […] March 12, 2023 in R Language tagged R / explore / str / colnames / glimpse / function / column / select / structure / language by Mike
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 R / arrange / separate / mutate / unite / data / sort / frame by Mike
Data File ManagementAre you working with data files or data frames? How are they organized? Do you change the data […] March 11, 2023 in Data Science tagged file / management / structure / folder / naming / hierarchy / organization / data 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
Updating in R with mutateAre you needing to make some changes to your data frame in R language? Perhaps you need to […] March 11, 2023 in R Language tagged function / mutate by Mike
Data Frames in RData frames are the data analyst’s default way of interacting with data. The best way to learn data […] March 11, 2023 in R Language tagged data / table / frame / R Data by Mike
Introduction to Data in RGetting your data into R in a useful form for visualization and modeling is a critical skill for […] March 11, 2023 in R Language tagged process / data / R Data by Mike
Reading Data into RHere is an online resource book called R for Data Science. Have a look at chapter 11 Data […] March 10, 2023 in R Language tagged data / import / importing / read / dataset / readr / reading / R Data Import by Mike
The msleep DatasetYou can get more information on this msleep dataset at github. It is part of the ggplot2 package, […] March 9, 2023 in R Language tagged sample / dataset / mammal 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