View source: R/project.R View source: R/annotate_gui.R
load_project_state | R Documentation |
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.
load_project_state(filename)
load_project_state(filename)
filename |
Character string specifying the filename to load |
List containing the loaded project state, or NULL if loading fails
List containing the loaded project state, or NULL if loading fails
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.