session_diff {sessioninfo} | R Documentation |
Compare session information from two sources
Description
Compare session information from two sources
Usage
session_diff(old = "local", new = "clipboard", ...)
Arguments
old , new |
A |
... |
Passed to any new |
Details
Various way to specify old
and new
:
A
session_info
object.-
"local"
runssession_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://
orhttps://
.session_diff
searches the HTML (or text) page for the session info header to find the session info.
Examples
session_diff()
[Package sessioninfo version 1.2.2 Index]