powered by
getOption('rp.decimal'
getOption('rp.decimal')
rp.round(x, short = FALSE, digits = NULL)
getOption('rp.decimal.short'
digits
options
{ rp.round(22/7) rp.round(22/7, short = TRUE) rp.round(22/7, TRUE) rp.round(22/7, digits = 10) rp.round(matrix(runif(9), 3, 3)) }
Run the code above in your browser using DataLab