finalizeSession | R Documentation |
Function to call for finalizing the R session. When called, all registered "onSessionExit" hooks
(functions) are called. To define such hooks, use the
onSessionExit
() function.
This method should not be used by the user.
## Default S3 method:
finalizeSession(...)
... |
Not used. |
Returns (invisibly) the hooks successfully called.
Henrik Bengtsson
onSessionExit
().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.