mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 07:28:01 -05:00
15 lines
361 B
R
15 lines
361 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/snapshot.R
|
|
\name{snapshotExclude}
|
|
\alias{snapshotExclude}
|
|
\title{Mark an output to be excluded from test snapshots}
|
|
\usage{
|
|
snapshotExclude(x)
|
|
}
|
|
\arguments{
|
|
\item{x}{A reactive which will be assigned to an output.}
|
|
}
|
|
\description{
|
|
Mark an output to be excluded from test snapshots
|
|
}
|