You probably know of the new native pipe in #rstats 4.1 (|>)
BUT R has actually introduced a 2nd native pipe (=>): the pipe-bind operator
The combination of the 2 pipes does what the magrittr combo %>% + "." does:
you can send the target of the pipe exactly where you want!