latest: latest - An offline version control function This function...

Description Usage Arguments Examples

View source: R/latest.R

Description

latest - An offline version control function

This function restores the most recent version of an R object saved using the saveVersion() function.

Usage

1
latest(x)

Arguments

x

The variable of your R object. This must be the same variable name used to save it.

Examples

1
df <- latest("df")

brendan-newlon/saveVersion documentation built on Dec. 11, 2019, 12:09 a.m.