powered by
Not
Object of R6Class for modelling an Not
R6Class
R6Class object.
new(...)
This method is used to instantiate an Not operator
# NOT RUN { expr <- PropertyIsEqualTo$new(PropertyName = "property", Literal = "value") not <- Not$new(expr) not_xml <- not$encode() #see how it looks like in XML # }
Run the code above in your browser using DataLab