I have a table of 4 variables and want to short the data based on their values. I want to omit the parameters which are below 100. I used package dplyr but could not figure out much.
Please make clear that you want to remove entire rows in which data are below 100 or you want to replace values with (e.g NaN) which are below 100 as other values in same row is important.
Depending on what you want just search over web for solutions.