NewBasexClient {RBaseX} | R Documentation |
Create a BaseX-client
NewBasexClient(host = "localhost", port = 1984, user, password)
host, port |
Host name and port-number |
user, password |
User credentials |
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'.
BasexClient-instance
## Not run:
session <- NewBasexClient(user = <username>, password = "<password>")
## End(Not run)