inf_to_NA | R Documentation |
NA
Conert infinite values to NA
inf_to_NA(x)
x |
A vector |
A vector of the same length as x
c(1, 2, Inf, 3) %>% inf_to_NA()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.