As @MichaelChirico metioned in #3740 (comment), we have 10 functions named with prefix f (some are no conflicts with base). However, coalesce() is an exception. I support @MichaelChirico 's idea that making the function names as consistent as possible.
So I think it may be better to rename the function coalesce() to fcoalesce() since it's not been published on CRAN yet.
| Function |
Conflict in base? |
fintersect |
✅ |
foverlaps |
❌ |
frank{v} |
✅ |
f{read,write} |
❌ |
froll{mean,sum} |
❌ |
fsetdiff |
✅ |
fsetequal |
✅ |
fsort |
✅ |
funion |
✅ |
As @MichaelChirico metioned in #3740 (comment), we have 10 functions named with prefix
f(some are no conflicts with base). However,coalesce()is an exception. I support @MichaelChirico 's idea that making the function names as consistent as possible.So I think it may be better to rename the function
coalesce()tofcoalesce()since it's not been published on CRAN yet.base?fintersectfoverlapsfrank{v}f{read,write}froll{mean,sum}fsetdifffsetequalfsortfunion