createUnoGame {gamesNws} | R Documentation |
New UNO-Game into the given workspace
.createUnoGame( wsName, ...)
wsName |
Name of the workspace |
... |
Usual netWorkSpace()-attributes |
Checks if workspace allready exists. Declares workspacevariables.
ws |
the created workspace with all necessary variables for the UNO-Game |
Markus Schmidberger <schmidb@ibe.med.uni-muenchen.de>, Fabian Grandke
## Not run: ws<-.createUnoGame("test","138.245.80.17") startUnoGame(ws) ## End(Not run)