https://github.com/cran/machQA
Raw File
Tip revision: a22a063b0a5ce9275a71251d3eb3fce7e3de26dc authored by Norton Tim on 06 June 2016, 20:36:29 UTC
version 0.1.1
Tip revision: a22a063
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}
back to top