my aim is to find a negative value from an excel sheet and make it absolute value. I know the absolute function. I need R to locate negative values in my Excel
I tried range(data.clean$height_cm), it shows the negative value. I want to find the row where the negative value is present. what function to use?