save_artefact: Save an artefact into a project directory

View source: R/project.R

save_artefactR Documentation

Save an artefact into a project directory

Description

Writes an object under a canonical filename inside the project directory so all downstream tabs / modules can find it.

Usage

save_artefact(project, artefact, x)

Arguments

project

Project name.

artefact

One of the canonical artefact names (see list_project_artefacts()).

x

The object to save.

Value

Invisibly, the path written to.


screenllm documentation built on Sept. 24, 2026, 5:11 p.m.