I'm just starting out in R and I'm trying to round all the numbers with no decimals in my data frame, preferably when I'm reading in a file.
I've looked up several ways to round decimals, but it is not clear to me where to place the code and what exactly to put in.
Could someone explain to me how to do this in the simplest way possible? I'm working through an R script.