Skip to content
R for the Rest of Us Logo

This lesson is locked

Get access to all lessons in this 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)

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 27, 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.

Catherine Roller White

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

David Keyes

April 28, 2021

Thanks for letting me know!

Atlang Mompe

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

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

David Keyes

May 17, 2023

It's write_rds(), not write_rsd() :)