Learn R Programming

RBaseX (version 0.3.0)

NewBasexClient: 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

Value

BasexClient-instance

Details

This creates a BaseX-client that listens to port 1984 on localhost. Username and password should be changed after the installation of 'BaseX'.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
session <- NewBasexClient(user = <username>, password = "<password>")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab