range_nanozero | R Documentation |
Remove zeros and get range and number of NAs
range_nanozero(x)
x |
an integer vector |
an integer vector without zeros and with an attribute range_na()
with three
elements:
min integer
max integer
number of NAs
range_na()
and range_sortna()
range_nanozero(c(0L, 1L, 2L, NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.