31 строка
1.1 KiB
R
31 строка
1.1 KiB
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/datamation_sanddance.R
|
|
\name{datamationSandDance-shiny}
|
|
\alias{datamationSandDance-shiny}
|
|
\alias{datamationSandDanceOutput}
|
|
\alias{renderDatamationSandDance}
|
|
\title{Output and render functions for using datamation_sanddance in Shiny}
|
|
\usage{
|
|
datamationSandDanceOutput(outputId, width = "100\%", height = "400px")
|
|
|
|
renderDatamationSandDance(expr, env = parent.frame(), quoted = FALSE)
|
|
}
|
|
\arguments{
|
|
\item{outputId}{output variable to read from}
|
|
|
|
\item{width, height}{Must be a valid CSS unit (like \code{'100\%'},
|
|
\code{'400px'}, \code{'auto'}) or a number, which will be coerced to a
|
|
string and have \code{'px'} appended.}
|
|
|
|
\item{expr}{An expression that generates a datamationSandDance}
|
|
|
|
\item{env}{The environment in which to evaluate \code{expr}.}
|
|
|
|
\item{quoted}{Is \code{expr} a quoted expression (with \code{quote()})? This
|
|
is useful if you want to save an expression in a variable.}
|
|
}
|
|
\description{
|
|
Output and render functions for using datamation_sanddance within Shiny
|
|
applications and interactive Rmd documents.
|
|
}
|