read_rds

Function read_rds 

Source
pub fn read_rds(data: &[u8]) -> Result<RObject>
Expand description

Read an RDS file from a byte slice with default safety limits.

For large files, consider using read_rds_with_config with ParseConfig::large_data(). For lazy parsing (metadata only), use read_rds_lazy.