I\'m trying to create a function that assigns NA to all columns that return TRUE on the condition ((sum of column values)/total number of rows) < 0.1
((sum of column values)/total number of rows) < 0.1
I tr