absCol | R Documentation |
format columns with absolute value and custom digits
absCol(x, digits)
x |
data.frame |
digits |
list |
out
set.seed(123)
df <- data.frame(u=rnorm(10), v=runif(10, 5,10))
out <- absCol(df, c(4,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.