View source: R/project.R View source: R/annotate_gui.R
save_project_state | R Documentation |
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.
save_project_state(state, filename)
save_project_state(state, filename)
state |
List containing project state elements:
|
filename |
Character string specifying the filename for saving |
Invisible NULL, called for side effect of saving project state
Invisible NULL. Called for side effect of saving project state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.