Skip to contents

Reads an RDS file into a tidylearn_data object. Uses base R readRDS() — no additional packages required.

Usage

tl_read_rds(path)

Arguments

path

Path to an RDS file.

Value

A tidylearn_data object (a tibble subclass) with attributes tl_source, tl_format, and tl_timestamp.

Examples

# \donttest{
# data <- tl_read_rds("path/to/data.rds")
# }