read_rds: Robustly Reads an RDS File

View source: R/read_rds.R

read_rdsR Documentation

Robustly Reads an RDS File

Description

Robustly Reads an RDS File

Usage

read_rds(pathname, ...)

Arguments

pathname

RDS file to read.

...

(optional) Additional arguments passed to [base::readRDS()].

Details

Uses [base::readRDS] internally but gives a more informative error message on failure.

Value

The R object read.


BHGC/bhgc.wx documentation built on April 7, 2022, 3:47 a.m.