Replaces %>% in the global environment with %>=% so that existing
pipelines using %>% are automatically logged without any code change.
Call logrittr_deactivate() to restore the original %>% behaviour.
logrittr_activate()Invisibly returns the previous definition of %>% in the global
environment (or NULL if none existed).