View source: R/data_input_functions.R
make_aligned_data | R Documentation |
Create the dataframe with the left/right aligned digits of each data column to be analyzed->'left_aligned'/'right_aligned' of the class
make_aligned_data(
cleaned_data,
digit_columns,
naming_method,
align_direction = "left"
)
cleaned_data |
'cleaned' slot for DigitAnalysis |
digit_columns |
The numeric columns to be used |
naming_method |
Either |
align_direction |
'left' or 'right': Create left-aligned or right-aligned dataframe |
The dataframe with the left/right aligned digits of each data column to be analyzed for DigitAnalysis
slot 'left_aligned'/'right_aligned'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.