Closed JosephBARBIERDARNAL closed 5 months ago
It's a function that allows to use the pipe argument (%>%) when using tidyverse code. The idea is that in the package you don't need to load packages using "library", you use devtools-load_all() at the beggining of the script so that packages listed in the file "DESCRIPTION" are directly loaded
Oooh ok I get it. That's because we can't use it with the ::
operator, can we?
yes, exactly!
in utils-pipe.R, there is:
I don't understand what is this file supposed to do?