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
Exporting Data
This lesson is locked
This lesson is called Exporting Data, part of the Going Deeper with R course. This lesson is called Exporting Data, 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
Export the enrollment_by_race_ethnicity
data frame as an RDS file in the data directory (you’ll need to make this directory)
You need to be signed-in to comment on this post. Login.
Kathleen Carson
April 27, 2021
I got this error messages:
Warning message: The
path
argument ofwrite_rds()
is deprecated as of readr 1.4.0. Please use thefile
argument instead. This warning is displayed once every 8 hours. Calllifecycle::last_warnings()
to see where this warning was generated.Swapping out "path" for "file" solved it, just wanted to let you know.
Catherine Roller White
April 27, 2021
Thanks so much, Kathleen! I received the same error message but wasn't sure how to address it.
David Keyes
April 28, 2021
Thanks for letting me know!
Atlang Mompe
May 9, 2021
Hi Kathleen,
Thank you so much for this message, I was just about to send a message to David about my error and I saw your message.
Atty
Kiana Robinson
May 17, 2023
Error in write_rsd(enrollment_by_race_ethnicity, file = "data/enrollment-by-race-ethnicity.rsd") : could not find function "write_rsd"
David Keyes
May 17, 2023
It's write_rds(), not write_rsd() :)