mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-14 09:28:02 -05:00
* Update roxygen and regenerate. Mostly just whitespace changes and `code` -> `verb`. * R6 documentation for MockShinySession * Install roxygen from GH * % are now auto-escaped (We still need to go find the rest) * Fixed the ramining \% in roxygen Found looking for ^#'.*\\% in all R files, so I believe this is all of them. * Regenerate docs * Decreate indent in roxygen so paragraphs don't get interpreted as code blocks. https://github.com/r-lib/roxygen2/issues/948#issuecomment-546386172 * Namespace * Add MockShinySession reference to pkgdown. * Clean up test warnings * Export session
22 lines
686 B
R
22 lines
686 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/shinywrappers.R
|
|
\name{markOutputAttrs}
|
|
\alias{markOutputAttrs}
|
|
\title{Mark a render function with attributes that will be used by the output}
|
|
\usage{
|
|
markOutputAttrs(renderFunc, snapshotExclude = NULL, snapshotPreprocess = NULL)
|
|
}
|
|
\arguments{
|
|
\item{renderFunc}{A function that is suitable for assigning to a Shiny output
|
|
slot.}
|
|
|
|
\item{snapshotExclude}{If TRUE, exclude the output from test snapshots.}
|
|
|
|
\item{snapshotPreprocess}{A function for preprocessing the value before
|
|
taking a test snapshot.}
|
|
}
|
|
\description{
|
|
Mark a render function with attributes that will be used by the output
|
|
}
|
|
\keyword{internal}
|