Skip to contents

This 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.

Usage

move_infinite(df)

Arguments

df

A data frame or matrix where rows are being filtered.

Value

A data frame or matrix with rows that meet the conditions removed.