load_project_state: Load project state from file

View source: R/project.R View source: R/annotate_gui.R

load_project_stateR Documentation

Load project state from file

Description

Loads a previously saved project state from an RDS file. Performs version checking and data structure validation during the loading process.

Loads a previously saved project state from an RDS file. Performs version checking and data structure validation during the loading process.

Usage

load_project_state(filename)

load_project_state(filename)

Arguments

filename

Character string specifying the filename to load

Value

List containing the loaded project state, or NULL if loading fails

List containing the loaded project state, or NULL if loading fails


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.