Get access to all lessons in this course.
-
Advanced Data Wrangling and Analysis
- Overview
- Importing Data
- Tidy Data
- Reshaping Data
- Dealing with Missing Data
- Changing Variable Types
- Advanced Variable Creation
- Advanced Summarizing
- Binding Data Frames
- Functions
- Merging Data
- Renaming Variables
- Quick Interlude to Reorganize our Code
- Exporting Data
-
Advanced Data Visualization
- Data Visualization Best Practices
- Tidy Data
- Pipe Data Into ggplot
- Reorder Plots to Highlight Findings
- Line Charts
- Use Color to Highlight Findings
- Declutter
- Use the scales Package for Nicely Formatted Values
- Use Direct Labeling
- Use Axis Text Wisely
- Use Titles to Highlight Findings
- Use Color in Titles to Highlight Findings
- Use Annotations to Explain
- Tweak Spacing
- Customize Your Theme
- Customize Your Fonts
- Try New Plot Types
-
Advanced RMarkdown
- Advanced Markdown Text Formatting
- Tables
- Advanced YAML
- Inline R Code
- Making Your Reports Shine: Word Edition
- Making Your Reports Shine: HTML Edition
- Making Your Reports Shine: PDF Edition
- Presentations
- Dashboards
- Other Formats
-
Wrapping Up
- You Did It!
Going Deeper with R
Other Formats
This lesson is locked
This lesson is called Other Formats, part of the Going Deeper with R course. This lesson is called Other Formats, part of the Going Deeper with R 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
Convert your report to bookdown
Learn More
If you want to learn more about bookdown
, there is a book all about it (and yes, it is made with bookdown
).
To make a website using the distill
package, check out this page on the distill
website. If you want to see a distill
website in action, Tom Mock’s blog is made with it.
The best place to start with blogdown
is the book blogdown: Creating Websites with R Markdown. One of the authors is Alison Hill, who I mentioned in the video has a lot of great material on blogdown
. I’d suggest starting with her extensive blog post Up & Running with blogdown.
Dan Quintana also has a bunch of materials on getting started with blogdown, shown in this Twitter thread.
Every few days there’s a tweet asking how to make academic websites. This is great, everyone should have their own site! My guide is sometimes mentioned too, which is also great, but some don’t know I’ve made THREE versions: A thread, blog post, and video. Here they are ⤵️
— Dan Quintana (@dsquintana) May 22, 2020
You need to be signed-in to comment on this post. Login.
Atlang Mompe
June 28, 2021
Hi David, this is my code below for this last exercise, can I ask why I did not get a book format based on my code:
title: "Report on Diversity in Oregon School" author: "Atlang Mompe" date: "
r Sys.Date()
" params: race_ethnicity_category: "Hispanic/Latino" output: bookdown::gitbookDavid Keyes
June 29, 2021
Is the output:gitbook line indented at all?