
Last chance! 50% off unlimited learning
Sale ends in
PropertyIsLike
Object of R6Class
for modelling an PropertyIsLike
R6Class
object.
new(PropertyOperator, PropertyName, Literal,
escapeChar, singleChar, wildCard, matchCase)
This method is used to instantiate an PropertyIsLike
# NOT RUN {
expr <- PropertyIsLike$new(PropertyName = "property", Literal = "value")
expr_xml <- expr$encode() #see how it looks like in XML
# }
Run the code above in your browser using DataLab