Description Usage Arguments Value Examples
This out-of-bounds function returns its input unchanged,
and is arguably the opposite of scales::discard()
. Other useful
out-of-bounds functions include scales::censor()
, scales::squish()
,
scales::squish_infinite()
, and scales::discard()
.
1 |
x |
A vector of values. |
... |
Used to accept any other parameters. |
x
unchanged.
1 | oob_keep(1:5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.