Files
shiny/man/snapshotExclude.Rd
2017-03-21 14:02:29 -05:00

15 lines
358 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny.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
}