Description Usage Arguments Value Examples
View source: R/Clusterfunctions.r
Check which parallel clusters are registerd in the database
1 | CheckCluster(DBdir = .Options$RClusterWatcher.DBdir, StopSlaveCls = T)
|
DBdir |
database location defaults to .Options$RClusterWatcher.DBdir |
StopSlaveCls |
Boolean, also try and stop slave clusters that are connected to a main slave cluster |
data.table containing the registered clusters
1 2 3 4 5 6 7 8 9 10 | # Make sure not to use a tempfile as in this example below
# ConnectClusterDB(DBdir = dirname(tempfile()))
# but rather e.g.:
## Not run:
ConnectClusterDB(DBdir = "C:")
## End(Not run)
ConnectClusterDB(dirname(tempfile()))
CheckCluster()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.