susoop_str {susographql} | R Documentation |
A list of the available transformers
susoop_str
An object of class list
of length 10.
Allows the user to select the operator for the required filter.
A named list with the operator and the value to be passed on as input to the filter.
# equal to 3
susoop_str$contains("area10")
# not equal to 3
susoop_str$startsWith("area")