identify_recent_workspace {phdcocktail}R Documentation

Identify the most recent saved R workspace

Description

Identify the most recent saved R workspace

Usage

identify_recent_workspace(folder = "output")

Arguments

folder

The folder in which the workspace need to be identified.

Value

The most recent saved workspace, as a "character string", and also indicated in a message.

Examples


library(phdcocktail)
if (FALSE) {
  identify_recent_workspace()
}



[Package phdcocktail version 0.1.0 Index]