Skip to content

davescroggs/RKoolAid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RKoolAid

RKoolAid Project

This is a project to learn the basics of the Tidyverse, diving into the details where necessary.

Tidy data

From the TidyR CRAN:

Tidy data is a standard way of mapping the meaning of a dataset to its structure. A dataset is messy or tidy depending on how rows, columns and tables are matched up with observations, variables and types. In tidy data:

- Every column is a variable.

- Every row is an observation.

- Every cell is a single value.

Tutorials

  1. Why R & the Tidyverse?
  2. Tips, tricks and the RStudio IDE
  3. Mutate & summarise

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published