Description Usage Arguments Details Author(s) Examples
Rounded and converted to string of numbers to the specified number of decimal places.
1 | round2str(x, r = 12)
|
x |
A numeric, vector, matrix or data frame of numeric. |
r |
A integer indicating the number of decimal places. |
Unlike round
function, round2str function cross-section numbers to the specified number of decimal places and then converted result to string.
Hong Viet Minh <hongvietminh@gmail.com>
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.