Description Usage Arguments Details Examples
Compare session information from two sources
1 | session_diff(old = "local", new = "clipboard", ...)
|
old, new |
A |
... |
Passed to any new |
Various way to specify old
and new
:
A session_info
object.
"local"
runs session_info()
in the current
session, and uses its output.
"clipboard"
takes the session info from the system clipboard.
If the clipboard contains a URL, it is followed to download the
session info.
A URL starting with http://
or https://
. session_diff
searches
the HTML (or text) page for the session info header to find the session
info.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.