I understood that in R
we can create special function by using chain operator, but how can I know the function implementation/code for the chain operator?
If I want to find out source for a function, I use > functionname
But when I tried to find source code for operator > "%*%"
it didn't print anything. Could someone please help me how I can find out source code for above chain operator?