finalizeSession
From R.utils v2.10.1
by Henrik Bengtsson
Function to call for finalizing the R session
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.
- Keywords
- programming
Usage
# S3 method for default
finalizeSession(...)
Arguments
- ...
Not used.
Value
Returns (invisibly) the hooks successfully called.
See Also
Community examples
Looks like there are no examples yet.