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?
New contributor
nimas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.