| DigitAnalysis-class | R Documentation |
The class object for DigitAnalysis package
rawThe raw dataframe passed in with a filepath or a dataframe without without NA columns
cleanedThe cleaned dataframe with numeric data columns truncated and turned into integers if it is previous characters
numbersThe numeric columns analyzing
left_alignedThe 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_alignedThe 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_namesThe naming method for left-aligned digit places in left_aligned
right_aligned_column_namesThe naming method for right-aligned digit places in right_aligned
maxThe 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.