EVOLUTION-MANAGER
Edit File: deprecatedReactives.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: Deprecated reactive functions</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 deprecatedReactives {shiny}"><tr><td>deprecatedReactives {shiny}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Deprecated reactive functions</h2> <h3>Description</h3> <p><code>reactivePlot</code> has been replaced by <code><a href="renderPlot.html">renderPlot()</a></code>. </p> <p><code>reactiveTable</code> has been replaced by <code><a href="renderTable.html">renderTable()</a></code>. </p> <p><code>reactivePrint</code> has been replaced by <code><a href="renderPrint.html">renderPrint()</a></code>. </p> <p><code>reactiveUI</code> has been replaced by <code><a href="renderUI.html">renderUI()</a></code>. </p> <p><code>reactiveText</code> has been replaced by <code><a href="renderText.html">renderText()</a></code>. </p> <h3>Usage</h3> <pre> reactivePlot(func, width = "auto", height = "auto", ...) reactiveTable(func, ...) reactivePrint(func) reactiveUI(func) reactiveText(func) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>func</code></td> <td> <p>A function.</p> </td></tr> <tr valign="top"><td><code>width</code></td> <td> <p>Width.</p> </td></tr> <tr valign="top"><td><code>height</code></td> <td> <p>Height.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Other arguments to pass on.</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>shiny</em> version 1.5.0 <a href="00Index.html">Index</a>]</div> </body></html>