diff --git a/man/stata.Rd b/man/stata.Rd index 3541971..887fc22 100644 --- a/man/stata.Rd +++ b/man/stata.Rd @@ -25,6 +25,8 @@ the Stata command are returned to R.} \item{stata.version}{Version of Stata used} \item{stata.echo}{logical value. If \code{TRUE} stata text output will be printed} + +\item{stata.batch}{logical value. If \code{TRUE} stata will run in batch mode (Unix only)} \item{...}{parameter passed to \code{\link{write.dta}}} } @@ -34,7 +36,7 @@ Function that sends commands to a Stata process. \examples{ \dontrun{ ## Single command -stata("help regress") #<- this won't work in Windows dued to needed +stata("help regress") #<- this won't work in Windows due to needed # batch mode ## Many commands