| FacetConfig | R Documentation |
Configuration for a facet field
fieldField name to facet on
limitMax values to return
min_countMinimum count to include
sort_bySort by "count" or "value"
include_zeroInclude zero-count values
new()Create a new FacetConfig
FacetConfig$new( field, limit = 10, min_count = 1, sort_by = "count", include_zero = FALSE )
fieldField name
limitMax values (default: 10)
min_countMin count (default: 1)
sort_bySort method (default: "count")
include_zeroInclude zeros (default: FALSE)
clone()The objects of this class are cloneable with this method.
FacetConfig$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.