View source: R/data_input_functions.R
align_digits | R Documentation |
Align the digits from the left/right of a data column and update it to the specified data frame
align_digits(
indata,
outdata,
naming_method,
col_name,
align_direction = "left"
)
indata |
The data column to be turned into aligned digits dataframe |
outdata |
The dataframe |
naming_method |
Either |
col_name |
Column name for |
align_direction |
'left' or 'right': Create left-aligned or right-aligned digits |
outdata
: outdata appended with indata's aligned digits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.