is_active <- TRUE class(is_active) # "logical" 5 > 3 # TRUE "cat" == "dog" # FALSE
Click Run to execute this code.