View source: R/isLocalhostNode.R
isLocalhostNode | R Documentation |
Checks whether or not a Cluster Node Runs on Localhost
isLocalhostNode(node, ...)
node |
A cluster node of class |
... |
Not used. |
(logical) Returns TRUE if the cluster node is running on the current machine and FALSE if it runs on another machine. If it cannot be inferred, NA is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.