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 sort / frame / R / arrange / separate / mutate / unite / data 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 data / file / management / structure / folder / naming / hierarchy / organization 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 sort / max / R / rename / arrange / min / MEAN / order / summarize 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 mutate / function 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 data / process / R Data by Mike