R programming
How to round off the values of a particular field in the data frame?
R Introduction-to-Data-Frames-in-R 05-06 min 40-50 sec
Answers:
You can use the round function for this. For more details, please access the Help by typing ?round in the Console window and press Enter.