load.sinfo: load.sinfo Function

Description Usage Arguments See Also Examples

View source: R/backupSession.R

Description

This function loads R session information (output of sessionInfo() function)

Usage

1
2
load.sinfo(basename = "NULL", version = "NULL", path = getwd(),
  verbose = FALSE)

Arguments

basename

Basename for the R session info file.

version

A date string or version number used as part of the backup filename. Cannot be an empty string.

path

Directory to load file from. Defaults to current working directory.

verbose

Print file loading progress messages. Must be either TRUE or FALSE. Defaults to FALSE.

See Also

load.session, save.session and load.mdata

Examples

1
2
3
4
## Not run: 
sInfo <- load.sinfo(basename = "projectX", path = "./backups", version = "01.03.18.11.43")

## End(Not run)

makeyourownmaker/backupSession documentation built on Jan. 23, 2021, 8:34 a.m.