Learn R Programming

rfml (version 0.1.0)

ml.collection.info: Retrives information about a collection

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

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

Run this code
## Not run: 
#  library(rfml)
#  localConn <- ml.connect()
#  ml.collection.info(localConn, "iris")
#  ## End(Not run)

Run the code above in your browser using DataLab