Get access to all lessons in this course.
- Welcome to Reproducibility for the Rest of Us
- Reproducibility for the Rest of Us Course Logistics
- Using Space Wisely
- Naming All the Things
- Using Function Arguments
- Prologs & Annotation
- Using Seed Values
- Writing Functions for Repeated Tasks
- Literate Programming with Quarto
- Embedding Files to Improve Reproducibility
- Managing Project Files for Reproducibility
Reproducibility for the Rest of Us
Naming All the Things
This lesson is locked
This lesson is called Naming All the Things, part of the Reproducibility for the Rest of Us course. This lesson is called Naming All the Things, part of the Reproducibility for the Rest of Us course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Your Turn
Open the
unformatted-r-code.R
file and rename the rest of the variables using the suggested formatting (feel free to use thejanitor
package if you'd like)Pay attention to the case of the letters (upper or lower) and use
snake_case
to separate any parts of the variable names
You need to be signed-in to comment on this post. Login.