The head Function in RWhen you exploring your data, try using the head function to see a few rows of your data. […] March 30, 2023 in R Language tagged function / head / R by Mike
glimpse Function in RWhen exploring your data, doing exploratory data analysis (EDA), the glimpse function is very handy. glimpse() is part […] March 30, 2023 in R Language tagged glimpse / function / R by Mike
1 skim_without_charts in RThis function gives us a pretty comprehensive summary of a dataset. We get the number of rows and […] March 30, 2023 in R Language tagged unique / statistics / charts / R / skim / without / percentile / MEAN 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