function naming conflicts

Viewed 446

What are some good patterns for development with packages that define the same function? In my case, lubridate and data.table both define wday.

2 Answers
Related