identify_recent_workspace {phdcocktail} | R Documentation |
Identify the most recent saved R workspace
identify_recent_workspace(folder = "output")
folder |
The folder in which the workspace need to be identified. |
The most recent saved workspace, as a "character string", and also indicated in a message.
library(phdcocktail)
if (FALSE) {
identify_recent_workspace()
}