resave: Updates a .Rdata file

View source: R/resave.R

resaveR Documentation

Updates a .Rdata file

Description

Updates an .Rdata file by adding the variables specified in ellipsis to the rdata file. No longer exported.

Usage

resave(..., list = character(), file)

Arguments

...

Objects in work space. Will overwrite objects that already exist in file with the same name.

list

Option to pass objects in work space as a character vector.

file

An (potentially already existing) rdata file to save objects specified by ellipsis into.


simonvandekar/pbj documentation built on Nov. 3, 2023, 9:33 a.m.