File: jquery_core.Rd

package info (click to toggle)
r-cran-jquerylib 0.1.4%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: sh: 28; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/jquery.R
\name{jquery_core}
\alias{jquery_core}
\title{Obtain jQuery Core as an HTML dependency}
\usage{
jquery_core(major_version = 3, minified = getOption("shiny.minified",
  TRUE))
}
\arguments{
\item{major_version}{The major version of jQuery Core. Currrently 1, 2, and 3 are supported.}

\item{minified}{whether or not to provide a minified JavaScript file.}
}
\value{
A \code{\link[htmltools:htmlDependency]{htmltools::htmlDependency()}} object.
}
\description{
Obtain jQuery Core as an HTML dependency
}