VitessceConfigServer | R Documentation |
Class representing a local web server to serve dataset objects.
Class representing a local web server to serve dataset objects.
num_obj
The number of times the on_obj callback has been called.
new()
Create a new server wrapper object.
VitessceConfigServer$new(port)
port
The server port.
A new VitessceConfigServer
object.
create_routes()
Set up the server routes.
VitessceConfigServer$create_routes(routes)
routes
A list of VitessceConfigServerStaticRoute
objects.
run()
Run the local server on the specified port.
VitessceConfigServer$run()
clone()
The objects of this class are cloneable with this method.
VitessceConfigServer$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.