Skip to content

Commit 01642d9

Browse files
authored
Merge pull request #88 from SPAAM-community/r-tidyverse-update2024
r-tidyverse section update 2024
2 parents fd2ff09 + 36da8b2 commit 01642d9

File tree

2 files changed

+597
-178
lines changed

2 files changed

+597
-178
lines changed

assets/references/r-tidyverse.bib

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,17 @@ @book{Wickham2016
5454
year = {2016},
5555
isbn = {978-3-319-24277-4},
5656
url = {https://ggplot2.tidyverse.org}
57+
}
58+
59+
@article{Wickham2014,
60+
title={Tidy Data},
61+
volume={59},
62+
url={https://www.jstatsoft.org/index.php/jss/article/view/v059i10},
63+
doi={10.18637/jss.v059.i10},
64+
abstract={A huge amount of effort is spent cleaning data to get it ready for analysis, but there has been little research on how to make data cleaning as easy and effective as possible. This paper tackles a small, but important, component of data cleaning: data tidying. Tidy datasets are easy to manipulate, model and visualize, and have a specific structure: each variable is a column, each observation is a row, and each type of observational unit is a table. This framework makes it easy to tidy messy datasets because only a small set of tools are needed to deal with a wide range of un-tidy datasets. This structure also makes it easier to develop tidy tools for data analysis, tools that both input and output tidy datasets. The advantages of a consistent data structure and matching tools are demonstrated with a case study free from mundane data manipulation chores.},
65+
number={10},
66+
journal={Journal of Statistical Software},
67+
author={Wickham, Hadley},
68+
year={2014},
69+
pages={1–23}
5770
}

0 commit comments

Comments
 (0)