
Function to Remove Rows Containing Infinite Values or Exceeding Thresholds
Source:R/general_fct.R
move_infinite.RdThis function applies the `selected_fun` to each row of the data frame to filter out rows that contain infinite values or exceed a threshold. It is used to clean the data before further analysis.