EVOLUTION-MANAGER
Edit File: update_material_dropdown.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: Change the value of a material_dropdown on the client</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 update_material_dropdown {shinymaterial}"><tr><td>update_material_dropdown {shinymaterial}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Change the value of a material_dropdown on the client</h2> <h3>Description</h3> <p>Change the value of a material_dropdown on the client. </p> <h3>Usage</h3> <pre> update_material_dropdown(session, input_id, value = NULL, choices = NULL) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>session</code></td> <td> <p>The session object passed to function given to shinyServer.</p> </td></tr> <tr valign="top"><td><code>input_id</code></td> <td> <p>The input_id of the material_dropdown.</p> </td></tr> <tr valign="top"><td><code>value</code></td> <td> <p>The value to set for the material_dropdown.</p> </td></tr> <tr valign="top"><td><code>choices</code></td> <td> <p>The choices to set for the material_dropdown.</p> </td></tr> </table> <h3>See Also</h3> <p><code><a href="material_dropdown.html">material_dropdown</a></code> </p> <h3>Examples</h3> <pre> ## Not run: update_material_dropdown( session, input_id = "example_dropdown", value = "New Text" ) ## End(Not run) </pre> <hr /><div style="text-align: center;">[Package <em>shinymaterial</em> version 1.2.0 <a href="00Index.html">Index</a>]</div> </body></html>