rfml (version 0.1.0)

ml.connect: Creates a connection to a MarkLogic REST server.

Description

Creates a connection to a MarkLogic REST server.

Usage

ml.connect(host = "localhost", port = "8000", username = "admin", password = "admin")

Arguments

host
Hostname or ip-adress of the MarkLogic http server. Default to localhost.
port
Port number of the MarkLogic http server. 8000 is used default
username
Username. admin is default.
password
Password admin is default.

Value

A ml.conn object.

Examples

Run this code
## Not run: 
# library(rfml)
# locConn <- ml.connect("localhost","8000", "admin", "admin")
# ## End(Not run)

Run the code above in your browser using DataLab