Description Usage Arguments Examples
Change p value to string
1 | p2character(x, digits = 3)
|
x |
A numeric vector |
digits |
integer indicating the number of decimal places |
1 2 3 | x=c(0.000001,NA,0.1234567,0.00123,0.000123)
p2character(x)
p2character(x,digits=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.