save_project_state {textAnnotatoR} | R Documentation |
Save and manage project state
Description
Saves the current state of a text annotation project, including annotations, codes, and memos. Creates necessary directories and handles file operations safely.
Saves the current project state including text, annotations, codes, code tree, and other metadata to an RDS file. Creates the projects directory if it doesn't exist.
Usage
save_project_state(state, filename)
save_project_state(state, filename)
Arguments
state |
List containing project state elements:
|
filename |
Character string specifying the filename for saving |
Value
Invisible NULL, called for side effect of saving project state
Invisible NULL. Called for side effect of saving project state.