Description Usage Arguments Value
Filter levels in or out of a FrameList based on attribute values
1 2 3 | filter_in(frame_list, key, values)
filter_out(frame_list, key, values)
|
frame_list |
a list of |
key |
the name of the attribute to filter in or out |
values |
the whitelisted or blacklisted values of the attribute |
for filter_in
, only log-frames where key
is one of the
values
are kept. for filter_out
, log-frames where key
is one of the values
are omitted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.