Hi!
How can I create a file like "counties.rds" used in the lesson 5 of shiny tutorial?
I want to create a file like that four the differents cities of my country.
By the way, have you tried running load("counties.rds"), after downloading the referenced file, as your post suggests? - an error is all you'll get (because the file was written via saveRDS not save).
Using counties <- readRDS("counties.rds") works fine (Restore a single R object without it's earlier name).
If you still feel the need to "introduce me to some of the moderators" regarding my posts, as proposed in your PM, please feel free to do so.