setExperigenServer {Rexperigen} | R Documentation |
Rexperigen.server.version
option based on
the response of the server. If check = FALSE
, set
the version by yourself!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!
setExperigenServer(server, check = TRUE)
server |
The server's URL |
check |
Whether to check the server's existence |
Other setup: setExperigenCredentials
setExperigenServer("db.phonologist.org") setExperigenServer("localhost:3000", FALSE)