Nothing
Code
nice_reverse(5, 5)
Output
[1] 1
Code
nice_reverse(1:5, 5)
Output
[1] 5 4 3 2 1
Code
nice_reverse(1:4, 4, min = 0)
Output
[1] 3 2 1 0
Code
nice_reverse(-3:3, 3, min = -3)
Output
[1] 3 2 1 0 -1 -2 -3
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.