find_inf_rows | R Documentation |
Finds rows in a data.frame which contain Inf values
find_inf_rows(df)
df |
data.frame or tibble |
A vector of unique row indices containing Inf values
# Example usage:
dat <- data.frame(A = c(Inf, 2:4), B = c(1:3, Inf), C = 1:4)
find_inf_rows(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.