This is a minimal wrapper around readRDS that uses the same naming scheme as all other functions in readr.
readRDS
read_rds(path)
path
Path of file
temp <- tempfile() write_rds(mtcars, temp) read_rds(temp)