runUbigraph: Run Ubigraph

Description Usage Arguments Value Note Author(s) References See Also

Description

runUbigraph is a simple function to start the Ubigraph server. isUbigraphRunning allows us to check whether the Ubigraph server is already running.

Usage

1
2
3
runUbigraph(cmd = UbigraphServerApp, error = TRUE)
isUbigraphRunning(server = "http://127.0.0.1:20738/RPC2",
                    curl = getCurlHandle())

Arguments

cmd

the location of the Ubigraph server executable.

error

a logical value which controls whether we raise an error or just return a logical value if we cannot run the Ubigraph server.

server

the URL for the Ubigraph server

curl

a curl handle that is used to perform the communication between R and the Ubigraph server

Value

This is run for the side effect of starting the server.

Note

In the future, we will add facilities for determining the location of the executable during configuration.

Author(s)

Duncan Temple Lang

References

http://ubietylab.net/ubigraph/

See Also

Ubigraph newVertex newEdge


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