Restores %>% in the global environment to its original definition (magrittr's pipe if available, otherwise removes the binding).

logrittr_deactivate()

Value

Invisibly returns NULL.

Examples

if (FALSE) { # \dontrun{
logrittr_activate()
# ... work ...
logrittr_deactivate()
} # }