This is for you to know which functions have name clashes. In general, nothing bad will happen, but if you want to be 100% certain, you can always use qualified imports in your code, e.g., stats::filter() or dplyr::filter(). This way you'll never have a problem because of conflicts like that.