Sometimes when I install a new package in an Exploratory project, I get the following confirmation that the package installed, but:
This implies that the functions of the installed package are masked by other functions unless specifying the package and function as indicated.
- Does this mean that in the installed package, respR, the function ‘convert_val()’ should be written: ’ respR::%>% covert_val()’?
- Why do the functions in the installed package seem to work without specifying the pipe?
Thanks!