Description Usage Arguments Examples
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.
1 | ml.collection.info(conn, collection)
|
conn |
A ml.conn-class object created by ml.connect |
collection |
A string woth the name of the collection |
1 2 3 4 5 6 | ## Not run:
library(rfml)
localConn <- ml.connect()
ml.collection.info(localConn, "iris")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.