View source: R/data_functions.R
DigitsByRows | R Documentation |
This function prints significant digits by row in a data frame.
DigitsByRows(df, digits)
df |
A data frame. |
digits |
The requested digits in order of rows. |
A data frame.
## Not run:
DigitsByRows(df, digits = c(0, 2)) ## Do not run.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.