EVOLUTION-MANAGER
Edit File: session_diff.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Compare session information from two sources</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for session_diff {sessioninfo}"><tr><td>session_diff {sessioninfo}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Compare session information from two sources</h2> <h3>Description</h3> <p>Compare session information from two sources </p> <h3>Usage</h3> <pre> session_diff(old = "local", new = "clipboard", ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>old, new</code></td> <td> <p>A <code>session_info</code> object (the return value of <code><a href="session_info.html">session_info()</a></code>), or a pointer to <code><a href="session_info.html">session_info()</a></code> output. See details below.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Passed to any new <code><a href="session_info.html">session_info()</a></code> calls.</p> </td></tr> </table> <h3>Details</h3> <p>Various way to specify <code>old</code> and <code>new</code>: </p> <ul> <li><p> A <code>session_info</code> object. </p> </li> <li> <p><code>"local"</code> runs <code><a href="session_info.html">session_info()</a></code> in the current session, and uses its output. </p> </li> <li> <p><code>"clipboard"</code> takes the session info from the system clipboard. If the clipboard contains a URL, it is followed to download the session info. </p> </li> <li><p> A URL starting with <code style="white-space: pre;">http://</code> or <code style="white-space: pre;">https://</code>. <code>session_diff</code> searches the HTML (or text) page for the session info header to find the session info. </p> </li></ul> <h3>Examples</h3> <pre> session_diff() </pre> <hr /><div style="text-align: center;">[Package <em>sessioninfo</em> version 1.2.2 <a href="00Index.html">Index</a>]</div> </body></html>