Files
shiny/man/bookmarkOutput.Rd
2016-05-12 10:06:44 -05:00

19 lines
546 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/restore.R
\name{bookmarkOutput}
\alias{bookmarkOutput}
\usage{
bookmarkOutput(id, label = NULL, updateId = NULL)
}
\arguments{
\item{id}{ID for the output.}
\item{label}{Text label, displayed above the bookmark output.}
\item{updateId}{An optional input ID. If non-NULL, a special actionButton
with this ID will be added to the input group. The purpose of this button
is that, when clicked, the \code{bookmarkOutput}'s value will be updated.
See examples below.}
}