\name{setTargetGoose}
\alias{setTargetGoose}
\title{Specify Which Goose will Receive Broadcasts}

\description{A gaggle broadcast usually (though not necessarily) goes to a specific goose; this function
             allows you to specify which one.  Note that if the current target goose is \emph{'all'} or \emph{'boss'}
             then the actual distribution of your broadcast will be controlled by setting you have made
             in the graphical user interface to the Gaggle Boss.}

\usage{setTargetGoose (gooseName)}

\arguments{
  \item{gooseName}{any current goose name, or \emph{'all'} or \emph{'boss'}}
  }

\value{Returns NULL}

\seealso{
  \code{\link{geese}}.
  \code{\link{getTargetGoose}}.
  \code{\link{broadcast}}.
  }
\keyword{interface}