readRDS {base} R Documentation

Serialization Interface for Single Objects

Description


Functions to write a single R object to a file, and to restore it.

Usage

readRDS(file,
    refhook = NULL);

Arguments

file

a connection Or the name Of the file where the R Object Is saved To Or read from. [as string]

refhook

a hook function for handling reference objects.

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package base version 2.33.856.6961 Index]