dot-save_result: Log a saved result to the framework database

.save_resultR Documentation

Log a saved result to the framework database

Description

Internal function called by save_table(), save_figure(), etc. to track saved outputs in the results table.

Usage

.save_result(name, path, type, public = FALSE, comment = NULL)

Arguments

name

Result name/identifier (typically the filename)

path

Full file path to the saved result

type

Result type: "table", "figure", "model", "report", "notebook"

public

Whether saved to public outputs directory

comment

Optional description

Value

NULL invisibly


framework documentation built on Feb. 18, 2026, 1:07 a.m.