-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathreferences.bib
More file actions
36 lines (32 loc) · 891 Bytes
/
references.bib
File metadata and controls
36 lines (32 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@article{base,
title = {R: A Language and Environment for Statistical Computing},
author = {, R Core Team},
year = {2022},
date = {2022},
url = {https://www.R-project.org/}
}
@book{xie2016,
title = {bookdown: Authoring Books and Technical Documents with R Markdown},
author = {Xie, Yihui},
year = {2016},
month = {12},
date = {2016-12-21},
publisher = {Chapman and Hall/CRC},
edition = {1 edition},
address = {Boca Raton, FL},
langid = {English}
}
@article{knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Xie, Yihui},
year = {2022},
date = {2022},
url = {https://yihui.org/knitr/}
}
@article{dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Wickham, Hadley and Francois, Romain and Henry, Lionel and Muller, Kirill},
year = {2022},
date = {2022},
url = {https://CRAN.R-project.org/package=dplyr}
}