I have this line working:
access$`Reading Score` <- gsub('NA', '', access$`Reading Score`)
And from that, I want to apply the same thing to 20+ more columns. Without having to explicitly write out all 20 column changes, is there a way to do this when the cell's contents exactly match 'NA'?