saveRDS {base} R Documentation

Serialization Interface for Single Objects

Description


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

Usage

saveRDS(object, file,
    ascii = FALSE,
    version = "classic",
    compress = TRUE,
    refhook = NULL);

Arguments

object

R object to serialize.

file

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

ascii

[as boolean]

version

[as string]

compress

[as boolean]

refhook

a hook function for handling reference objects. [as string]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type boolean.

clr value class

Examples


[Package base version 2.33.856.6961 Index]