ledgr_temp_store() returns a path for a temporary .duckdb store and
clears any stale file already at that exact path. It does not initialize, open,
seal, or manage a ledgr store.
Usage
ledgr_temp_store(path = NULL, pattern = "ledgr_store_", tmpdir = tempdir())Examples
db_path <- ledgr_temp_store()
file.exists(db_path)
#> [1] FALSE