Skip to content

Commit 8497a94

Browse files
fixing epi book link for best practices
1 parent 54763af commit 8497a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

07-durable-code.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Try to avoid using variable names that have no meaning like `tmp` or `x`, or `i`
191191

192192
**More reading:**
193193

194-
- [R for Epidemiology - Coding best Practices](https://www.r4epi.com/coding-best-practices.html#object-variable-names) by @Cannell2021.
194+
- [R for Epidemiology - Coding best Practices](https://www.r4epi.com/chapters/best_practices/best_practices#object-variable-names) by @Cannell2021.
195195
- [Data Scientists: Your Variable Names Are Awful. Here’s How to Fix Them](https://towardsdatascience.com/data-scientists-your-variable-names-are-awful-heres-how-to-fix-them-89053d2855be) by @Koehrsen2019.
196196
- [Writing Variable — Informative, Descriptive & Elegant](https://medium.datadriveninvestor.com/writing-variable-informative-descriptive-elegant-1dd6f3f15db3) by @Hobert2018.
197197

book.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ @website{Bryan2021
135135

136136
@book{Cannell2021,
137137
title = {9 {Coding} best practices {\textbar} {R} for {Epidemiology}},
138-
url = {https://brad-cannell.github.io/r4epi/},
138+
url = {https://www.r4epi.com/},
139139
abstract = {This is the textbook for Brad Cannell’s Introduction to R Programming for Epidemiologic Research course.},
140140
urldate = {2021-11-02},
141141
author = {Cannell, Brad},

0 commit comments

Comments
 (0)