load_project_state {textAnnotatoR} | R 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
[Package textAnnotatoR version 0.1.4 Index]