save_all: Write all objects in the global environment to a specified...

Description Usage Arguments Examples

Description

Write all objects in the global environment to a specified file

Usage

1
save_all(file = stop("'file' must be specified"))

Arguments

file

The name of the file that the objects are written to.

Examples

1
2
a <- 1
save_all("test.RData")

fountainer/fountainr documentation built on May 16, 2019, 1:51 p.m.