ml.collection.info: Retrives information about a collection

Description Usage Arguments Examples

Description

The function extracts the structure of the documents belonging to a collection based on a sample it also estimates the number of documents that belongs to the collection.

Usage

1
ml.collection.info(conn, collection)

Arguments

conn

A ml.conn-class object created by ml.connect

collection

A string woth the name of the collection

Examples

1
2
3
4
5
6
## Not run: 
 library(rfml)
 localConn <- ml.connect()
 ml.collection.info(localConn, "iris")
 
## End(Not run)

rfml documentation built on May 2, 2019, 3:01 a.m.