Skip to contents

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

# \donttest{
library(phdcocktail)
if (FALSE) {
  identify_recent_workspace()
}
# }