Restores %>% in the global environment to its original definition
(magrittr's pipe if available, otherwise removes the binding).
logrittr_deactivate()Invisibly returns NULL.
if (FALSE) { # \dontrun{
logrittr_activate()
# ... work ...
logrittr_deactivate()
} # }