filter_verbs {cjar} | R Documentation |
Verbs available to be used in filter rules.
Description
A dataset containing the list of available verbs which can be used in filters.
Usage
filter_verbs
Format
A data frame with 34 rows and 5 variables:
- type
one of number, string, or exists
- class
gives the context of the type of value is expected, either string, list, glob, number, or exists
- verb
the actual verb id to be used in the segment defition
- description
a simple description of the verb
- arg
specifies what argument to use when building the segment verb function
...
Source
[Package cjar version 0.1.2 Index]