Nothing
Code
rotator()
Error <rlang_error>
[1m[22m[31mx[39m `data` is [1m[31mmissing[39m[22m
[33m![39m `data` should be a [1m[36mdataframe[39m[22m or [1m[36mtibble[39m[22m
Code
rotator(original_square, x = x)
Error <rlang_error>
[1m[22m[31mx[39m 1 variable is [1m[31mmissing:[39m[22m
[33m![39m `y` should be [34m<numeric>[39m variable in a [1m[36mdataframe[39m[22m or [1m[36mtibble[39m[22m
Code
rotator(original_square, y = y)
Error <rlang_error>
[1m[22m[31mx[39m 1 variable is [1m[31mmissing:[39m[22m
[33m![39m `x` should be [34m<numeric>[39m variable in a [1m[36mdataframe[39m[22m or [1m[36mtibble[39m[22m
Code
nums <- 1:5
rotator(nums)
Error <rlang_error>
[1m[22m[31mx[39m `data` is [1m[34m<integer>[39m[22m
[33m![39m `data` should be a [1m[36mdataframe[39m[22m or [1m[36mtibble[39m[22m
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.