clear: Clear a Ubigraph display

Description Usage Arguments Value Author(s) Examples

View source: R/api.R

Description

This clears all the objects from the current Ubigraph display.

Usage

1
clear(server = "http://127.0.0.1:20738/RPC2", curl = getCurlHandle())

Arguments

server

the location of the server. If curl is specified, typically the URL will already be set in that object and the existing connection can be reused without the overhead of reopening it.

curl

a CURLHandle that can be re-used across XML-RPC

Value

A logical value

Author(s)

Duncan Temple Lang

Examples

1
2
 if(isUbigraphRunning())  # just for testing the example
   clear()

omegahat/RUbigraph documentation built on May 24, 2019, 1:55 p.m.