Description Usage Arguments Details Value
By default, this method first checks if an anchors instance is available to connect to. If it cannot connect and startAnchors = TRUE
, it will attempt to start an instance of anchors at localhost:6666.
If an open ip and port of your choice are passed in, then this method will attempt to start an anchors instance at that specified ip port.
1 2 | initAnchors(ip = "localhost", port = 6666, name = NA_character_,
startAnchors = TRUE, explainer = NULL, forceDL = FALSE)
|
ip |
Object of class |
port |
Object of class |
name |
(Optional) A |
startAnchors |
(Optional) A |
explainer |
An |
forceDL |
(Optional) A |
When initializing anchors locally, this method searches for RemoteModuleExtension.jar in the R library resources (system.file("java", "RemoveModuleExtension.jar", package = "anchors")
), and if the file does not exist, it will automatically attempt to download the correct version from Maven. The user must have Internet access for this process to be successful.
Attempts to start and/or connect to an Anchors instance.
this method will load and return a socketConnection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.