Learn R Programming

SafeMapper (version 1.0.0)

.try_restore: Try to Restore from Checkpoint

Description

Attempts to load an existing checkpoint and verify it matches current data.

Usage

.try_restore(session_id, total_items)

Value

List with results and completed_items, or NULL if not found/invalid.

Arguments

session_id

Character session identifier.

total_items

Integer total number of items expected.