NewBasexClient {RBaseX} | R Documentation |
Title
Description
Create a BaseX-client
Usage
NewBasexClient(host = "localhost", port = 1984, user, password)
Arguments
host , port |
Host name and port-number |
user , password |
User credentials |
Details
This creates a BaseX-client. By default it listens to port 1984 on localhost. Username and password should be changed after the installation of 'BaseX'.
Value
BasexClient-instance
Examples
## Not run:
session <- NewBasexClient(user = <username>, password = "<password>")
## End(Not run)
[Package RBaseX version 1.1.2 Index]