Vectors in RA vector is a list of items that are of the same type. A vector is similar to […] April 8, 2023 in R Language tagged data / list / type / structure / vector by Mike
The write.csv Function in RThe write.csv() is a built-in R function that writes data into a CSV file. It takes a data […] March 31, 2023 in R Language tagged export / csv / write / frame / data by Mike
Data Types in RWhat are data types? This is a fundamental concept in programming. Here are some data types in R […] March 30, 2023 in R Language tagged data / types by Mike
Data Frames in RA data frame is a collection of columns, not unlike a spreadsheet or a table in a relational […] March 30, 2023 in R Language tagged data / frame / R / tidy / tibble by Mike
Sorting Data in RTo sort data in R, we can use the arrange function. Let’s work with the Palmer penguins dataset. […] March 29, 2023 in R Language tagged custom / gemstones / data / order / sort / frame / gem / gems / by / arrange / manual by Mike
The ChickWeight Dataset in RThe ChickWeight data frame is a simple longitudinal study of several diets and their impact on chick body […] March 24, 2023 in R Language tagged aggregate / data / sample / set / frame / dataset / R / longitudinal / chicks by Mike
The starwars Dataset in RThe starwars dataset is a built-in dataset in the dplyr package. Check out the tidyverse website for more […] March 14, 2023 in R Language tagged data / sample / dataset / star / wars / starwars by Mike
The iris Dataset in RThe iris dataset is a built-in dataset in R that contains measurements on 4 different attributes (in centimeters) […] March 14, 2023 in R Language tagged data / sample / dataset by Mike
The mtcars Dataset in RThe mtcars dataset is a built-in dataset in R that contains measurements on 11 different attributes for 32 […] March 14, 2023 in R Language tagged data / sample / head / dataset / cars / mtcars / str / colnames 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 R / data / pivot 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 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