powered by
colround round defined columns.
colround(x, start, end = ncol(x), digits)
a dataframe
number of start column
number of last column (default=last)
number of round digits
Return a dataframe with transformed columns.
# NOT RUN { v=data.frame(c(3.255,5.826,4.567,2.462)) v=colround(v,1,digits=1) # }
Run the code above in your browser using DataLab