Skip to contents

Create an RDS file checkpointer

Usage

rds_checkpointer(path)

Arguments

path

Character. Directory to store .rds checkpoint files.

Value

An RDSCheckpointer object.

Examples

if (FALSE) { # \dontrun{
cp <- rds_checkpointer(tempdir())
} # }