Latest build

This commit is contained in:
2023-09-28 09:44:06 +01:00
parent 788fab8610
commit b776fc7019
33 changed files with 527 additions and 30 deletions

14
man/snapshot_latest.Rd Normal file
View File

@@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/snapshot_latest.R
\name{snapshot_latest}
\alias{snapshot_latest}
\title{Load the latest snapshot state from the lock file}
\usage{
snapshot_latest()
}
\value{
A list containing the last saved snapshot of the project state
}
\description{
Load the latest snapshot state from the lock file
}