View source: R/NlmeParallelHost.R
print.NlmeParallelHost | R Documentation |
This method prints the information of an NlmeParallelHost object.
## S3 method for class 'NlmeParallelHost'
print(x, ...)
x |
An NlmeParallelHost object. |
... |
Additional arguments passed to the print function. |
NULL
host <- NlmeParallelHost(
sharedDirectory = "~/shared/",
installationDirectory = "~/nlme/",
hostName = "my_host",
machineName = "192.168.1.100",
hostType = "RHEL8",
numCores = 8,
isLocal = FALSE,
rLocation = "/usr/bin/R",
scriptPath = "/path/to/script.R",
userAuthentication = NlmeUserAuthentication(userName = "myuser", userPassword = "mypassword"),
parallelMethod = NlmeParallelMethod("SGE_MPI")
)
print(host)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.