https://github.com/cran/machQA
Tip revision: dc8cc974c0554438feb60a5c119191be046fb19b authored by Norton Tim on 09 June 2016, 20:08:29 UTC
version 0.1.2
version 0.1.2
Tip revision: dc8cc97
machina.Go.Rd
\name{mach.Go}
\alias{mach.Go}
\title{
mach.Go
}
\description{
This connects to the Machina web service, and opens model.
}
\usage{
mach.Go(
username = NULL,
password = NULL,
model = NULL
)
}
\arguments{
\item{username}{
Required, your Machina username
}
\item{password}{
Required, your Machina password
}
\item{model}{
Not required, this will default to default
}
}
\details{
This connects to the Machina web service, and opens model.
}
\value{
This connects to the Machina web service, and opens model.
}
\author{
Tim Norton
}
\examples{
# mach.Go(username = "userName", password = "passWord", model = "modelName")
}
\keyword{mach}