Learn R Programming

rfml (version 0.1.0)

ml.collections: Lists all collections in a MarkLogic Database.

Description

Lists all collections in a MarkLogic Database.

Usage

ml.collections(conn, query = "")

Arguments

conn
A ml.conn-class object created by ml.connect
query
Limit the collections based on a query. For more information about syntax see ml.data.frame

Examples

Run this code
## Not run: 
#  library(rfml)
#  localConn <- ml.connect()
#  ml.collections(localConn)
#  ## End(Not run)

Run the code above in your browser using DataLab