An S4 class to represent a ml.data.frame.
.nameA string with the internal name for the ml.data.frame
.connThe ml.conn-class object that was created with ml.connect
.queryArgsA list with parameters used to query MarkLogic Server
.startA integer with the index of the first result to get
.nrowsA integer with the number of rows in the result and that will be returned
.extractedA logical value indicating if we have selected a subset of fields
.col.nameA character vector with the field names
.col.data_typeA character vector with the data types of the fields
.col.org_nameA character vector with the original names of fields in the source documents
.col.org_xpathA character vector with the xpath to the original names in the source documents
.col.formatA character vector withthe source document format XML/JSON
.col.xmlnsA character vector with the namespace for the source document
.col.defsA list of ml.col.def-class added fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.