Annotating ggplot in RHow do you customize the look and feel of our ggplot plots in R? To annotate means to […] March 13, 2023 in R Language tagged annotate / caption / labs / subtitle / fontface / color / label / title / R / R ggplot by Mike
Introduction to ggplot in RThe ggplot2 package lets you make high-quality, customizable plots of your data. ggplot2 is based on the grammar […] March 13, 2023 in R Language tagged R / viz / ggplot / plot / chart / graph / R ggplot by Mike
Pivoting Data in RWhen organizing or tidying your data using R, you might need to convert wide data to long data […] March 12, 2023 in R Language tagged data / pivot / R by Mike
Removing Spaces in RSometimes you have extra spaces in your text string. You need to clean that up. trimws() removes leading […] March 12, 2023 in R Language tagged string / R / spaces / trim by Mike
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 column / select / structure / language / R / explore / str / colnames / glimpse / function 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 data / sort / frame / R / arrange / separate / mutate / unite 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