jamsession_paths()
sessions: getOption("jam.sessions_path", "~/Projects/R-sessions")
getOption("jam.objects_path", "~/Projects/R-objects")
functions: getOption("jam.functions_path", "~/Projects/R-scripts")
direct access to each file path:
sessions: sessions_path=jamsession_paths()$sessions
sessions_path=jamsession_paths()$objects
sessions_path=jamsession_paths()$functions
list_jamsessions()
- list sessionssessions_path=jamsession_paths()$sessions
grep_jamsessions()
- find sessions by name
sessions_path=jamsession_paths()$sessions
load_jamsession()
- load session by name
note that it is able to load as an existing package name
save_jamsession()
- save session by name
.GlobalEnv
list_objects()
- list stored objectsgrep_objects()
- find objects by nameAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.