could not find function "read_rds"
Did you say library(tidy_verse)
in the script before using the command?
I think you have a typo.
It should be
library(tidyverse)
Another way to do it is
mooc1 <- readRDS("mooc1_etl2.rds")
1 Like
It worked
Thanks !!!
This topic was automatically closed 7 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.