Nothing
Code
number(1, scale_cut = 0)
Condition
Error in `scale_cut()`:
! `scale_cut` must be a named numeric vector
Code
number(1, scale_cut = "x")
Condition
Error in `scale_cut()`:
! `scale_cut` must be a named numeric vector
Code
number(1, scale_cut = c(x = 0, NA))
Condition
Error in `scale_cut()`:
! `scale_cut` values must not be missing
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.