r: remove Inf in a dataframe code example Example: r remove inf values df <- df[!is.infinite(rowSums(df)),]