Skip to content
R for the Rest of Us Logo

This lesson is locked

Get access to all lessons in this course.

If the video is not playing correctly, you can watch it in a new window

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)

Have any questions? Put them below and we will help you out!

You need to be signed-in to comment on this post. Login.

Kathleen Carson

Kathleen Carson

April 28, 2021

I got this error messages:

Warning message: The path argument of write_rds() is deprecated as of readr 1.4.0. Please use the file argument instead. This warning is displayed once every 8 hours. Call lifecycle::last_warnings() to see where this warning was generated.

Swapping out "path" for "file" solved it, just wanted to let you know.

Kiana Robinson

Kiana Robinson

May 18, 2023

Error in write_rsd(enrollment_by_race_ethnicity, file = "data/enrollment-by-race-ethnicity.rsd") : could not find function "write_rsd"