EVOLUTION-MANAGER
Edit File: jquery_core.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: Obtain jQuery Core as an HTML dependency</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 jquery_core {jquerylib}"><tr><td>jquery_core {jquerylib}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Obtain jQuery Core as an HTML dependency</h2> <h3>Description</h3> <p>Obtain jQuery Core as an HTML dependency </p> <h3>Usage</h3> <pre> jquery_core(major_version = 3, minified = getOption("shiny.minified", TRUE)) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>major_version</code></td> <td> <p>The major version of jQuery Core. Currrently 1, 2, and 3 are supported.</p> </td></tr> <tr valign="top"><td><code>minified</code></td> <td> <p>whether or not to provide a minified JavaScript file.</p> </td></tr> </table> <h3>Value</h3> <p>A <code><a href="../../htmltools/html/htmlDependency.html">htmltools::htmlDependency()</a></code> object. </p> <hr /><div style="text-align: center;">[Package <em>jquerylib</em> version 0.1.4 <a href="00Index.html">Index</a>]</div> </body></html>