File: ggvisOutputElements.Rd

package info (click to toggle)
r-cran-ggvis 0.4.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,716 kB
  • sloc: javascript: 7,373; sh: 25; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 671 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
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny_layout.R
\name{ggvisOutputElements}
\alias{ggvisOutputElements}
\title{Create HTML elements for ggvis output}
\usage{
ggvisOutputElements(plot_id = rand_id("plot_id"), spec = NULL, shiny = TRUE)
}
\arguments{
\item{plot_id}{Unique identifier to use for the div containing the ggvis plot.}

\item{spec}{Plot specification, used internally.}

\item{shiny}{Should this include headers for Shiny? For dynamic and
interactive plots, this should be TRUE; otherwise FALSE.}
}
\description{
This is an internal-facing function similar to ggvisOutput, but with more
options.
}
\keyword{internal}