NewBasexClient: Title

View source: R/NewBaseXClient.R

NewBasexClientR 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)


RBaseX documentation built on Dec. 2, 2022, 5:10 p.m.