DigitAnalysis-class | R Documentation |
The class object for DigitAnalysis package
raw
The raw dataframe passed in with a filepath or a dataframe without without NA columns
cleaned
The cleaned dataframe with numeric data columns truncated and turned into integers if it is previous characters
numbers
The numeric columns analyzing
left_aligned
The left-aligned digits of each data column to be analyzed in numbers
. i.e. a column is 'X'; first digit will be at column '1st digit' + 'X'.
right_aligned
The right-aligned digits of each data column to be analyzed in numbers
. i.e. a column is 'X'; first digit will be at column '1s' + 'X'.
left_aligned_column_names
The naming method for left-aligned digit places in left_aligned
right_aligned_column_names
The naming method for right-aligned digit places in right_aligned
max
The maximum length of the numbers being analyzed in all_digit_test
. Default to 0, not relevant outside of all_digit_test
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.