listen | R Documentation |
When R session is not interactive, messages from the server are not processed automatically. In this case, one needs to
keep this function running.
This function, is a wrapper around listen
.
listen(time = Inf, activeSessions = NULL, condition = NULL)
time |
Time (in seconds), during which the R session should listen to the server. By default, the function runs until
it is not interrupted ( |
activeSessions |
The function runs, until there is at least one active session in the provided app. If there is only
one active app, this argument can be set to |
condition |
Custom condition. This argument must be a function that returns |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.