What are some good patterns for development with packages that define the same function? In my case, lubridate and data.table both define wday.
What are some good patterns for development with packages that define the same function?
Share
You can use
::, it helps to specify which package to use: