chmNewServer | R Documentation |
This function creates a new object that represents a NGCHM server.
chmNewServer( serverName, serverPort = 8080, deployServer = NULL, protoOpts = NULL, jarFile = NULL, serverURL = NULL )
serverName |
The DNS name of the NGCHM server. |
serverPort |
The port on which the server is listening. |
deployServer |
The DNS name to use when deploying a NGCHM (defaults to serverName). |
protoOpts |
A list of protocol-specific parameters |
jarFile |
The location of the heatmap build jar file to use when making a NGCHM (defaults to jar file on serverURL WS). |
serverURL |
The URL used to access the NGCHM server (defaults to serverName:serverPort/chm). |
An object of class ngchmServer
ngchmServer
chmInstall()
chmUninstall()
cloudServ <- chmNewServer ("dnsname.domain")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.