close_session | R Documentation |
Shut down a session object, closing the browser and stopping the server. This will be done automatically if the session is set as the local session (which happens by default).
close_session(x = NULL)
x |
A |
Nothing.
selenider_session()
session <- selenider_session(local = FALSE)
close_session(session)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.