| FacetResult | R Documentation |
Result of facet aggregation
fieldField name
valuesList of FacetValue objects
total_countTotal count
other_countCount of values not in top-N
new()Create a new FacetResult
FacetResult$new(field, values, total_count, other_count = 0)
fieldField name
valuesList of FacetValue objects
total_countTotal count
other_countOther count
to_list()Convert to list
FacetResult$to_list()
clone()The objects of this class are cloneable with this method.
FacetResult$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.