What is the difference between || and | in R ?
06:51 07 Mar 2014

I know that "||" means "or" in most programming languages, including R. But sometimes I see people using "|". And I am not entirely sure what it means. How is it different from "||" ?

Thanks

r