https://github.com/cran/machQA
Raw File
Tip revision: 1d440c6935aa024470cbf3d68b7d4914b3b15bf1 authored by Norton Tim on 10 August 2016, 22:25:30 UTC
version 0.1.4
Tip revision: 1d440c6
machina.Go.Rd
\name{mach.Go}
\alias{mach.Go}
\title{
    mach.Go
}
\description{
    This connects to the Machina web service, and opens strategy.
}
\usage{
    mach.Go(    
    username = NULL,
    password = NULL,
    strategy = NULL
	)
}
\arguments{
	\item{username}{
	    Required, your Machina username
		}
	\item{password}{
	    Required, your Machina password
	}
    \item{strategy}{
        Not required, this will default to default
	}
}
\details{
    This connects to the Machina web service, and opens strategy.
}
\value{
    This connects to the Machina web service, and opens strategy.
}
\author{
    Tim Norton
}
\examples{
   # mach.Go(username = "userName", password = "passWord", strategy = "strategyName")
}
\keyword{mach}
back to top