setExperigenServer: Sets the Experigen server address for further operations. By...

Description Usage Arguments See Also Examples

View source: R/server.R

Description

Sets the Experigen server address for further operations. By default, it checks the existence of the server and sets the Rexperigen.server.version option based on the response of the server. If check = FALSE, set the version by yourself!

Usage

1

Arguments

server

The server's URL

check

Whether to check the server's existence

See Also

Other setup: setExperigenCredentials

Examples

1
2
setExperigenServer("db.phonologist.org")
setExperigenServer("localhost:3000", FALSE)

Rexperigen documentation built on May 1, 2019, 10:09 p.m.