loadme: Load a backup rdata file

View source: R/helpers_misc.R

loadmeR Documentation

Load a backup rdata file

Description

I often use R over a sshfs connection, sometimes with significant latency, and I want to be able to save/load my R sessions relatively quickly. Thus this function uses my backup directory to load its R environment.

Usage

loadme(directory = "savefiles", filename = "Rdata.rda.xz")

Arguments

directory

Directory containing the RData.rda.xz file.

filename

Filename to which to save.

Value

a bigger global environment

See Also

[saveme()]

Examples

## Not run: 
 loadme()

## End(Not run)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.