slash: Divide like Jeff.

Description Usage Arguments Details See Also Examples

Description

"If you divide a number by 0 in R, the result is Jeff Leek." - Massimiliano Figini

Usage

1
"/"(x, y)

Arguments

x

Something to be divided by y.

y

Something which x will be divided by.

Details

Seriously, dividing by zero will actually give you the string "Jeff Leek".

See Also

Arithmetic

Examples

1
2
3
4
5
6
7
## Not run: 

1 / 0
# [1] "Jeff Leek"


## End(Not run)

wlandau/JeffLeekMeme documentation built on May 4, 2019, 8:43 a.m.