identify_recent_workspace: Identify the most recent saved R workspace

View source: R/identify_recent_workspace.R

identify_recent_workspaceR 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()
}



phdcocktail documentation built on May 29, 2024, 7:12 a.m.