Having trouble getting my RDS file to work in R using Windows

Having trouble getting this code to run, any advice? Thanks

**tweets <- readRDS("C:\Users\Gwen\Desktop\data\tweets.harvey.selected.rds")
tweetsMajor <- tweets [(1977:2376),]

tweets <- readRDS(" C:\Users\Gwen\Documents/HurricaneHarvey14.RDS")

Can you be more specific? What error message do you get? Ideally, try to provide a proper REPRoducible EXample (reprex) illustrating your issue.

I have two RDS files that I am unable to read to R. How do I do this?

Again, what do you mean with "I am unable to read to R"? Do you get an error message? It is hard to help you if you don't tell us what the problem actually is.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.