Description Usage Arguments Details Value Examples
View source: R/BuildClassificationValueSegment.R
Function to build a classification value segment for use in segmenting reports.
1 2 | BuildClassificationValueSegment(element, search.keywords, classification = "",
search.type = "OR")
|
element |
List of elements on which to base the segment |
search.keywords |
List of search keyword vectors for each element (Use ^ to pin to start and $ to pin to end, or both to specify exact match) |
classification |
(optional) Classification breakdown name for the element (defaults to the element name) |
search.type |
How to combine the keywords list. This defaults to 'OR' if it is not specified. |
Function to build a classification value segment for use in segmenting reports.
Multiple segments can be combined in a list. Note that search can only be applied to a breakdown classification and not an element value.
Segment definition for use with Queue* functions
1 2 3 4 5 6 7 | ## Not run:
vistor_segment <- BuildClassificationValueSegment(element,
search.keywords,
classification,
search.type)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.