Load a previously committed snapshot for an artifact identified by
path and version_id. The artifact file for the requested version is
read from the version snapshot directory using the format-specific
read handler registered in the package. This is useful for inspecting or
restoring historical versions of artifacts.
Arguments
- path
Character path to the artifact (same value used with
st_save/st_load).- version_id
Character version identifier (as returned by
st_saveor present in the catalog).- verbose
Logical; if TRUE (default), print informational messages.
- ...
Additional arguments forwarded to the format's read function (e.g.
readoptions).- alias
Optional stamp alias to target a specific stamp folder.
Value
The object produced by the format-specific read handler (typically an R object loaded from disk).