make_aligned_data: Create the dataframe with the left/right aligned digits of...

View source: R/data_input_functions.R

make_aligned_dataR Documentation

Create the dataframe with the left/right aligned digits of each data column to be analyzed->'left_aligned'/'right_aligned' of the class

Description

Create the dataframe with the left/right aligned digits of each data column to be analyzed->'left_aligned'/'right_aligned' of the class

Usage

make_aligned_data(
  cleaned_data,
  digit_columns,
  naming_method,
  align_direction = "left"
)

Arguments

cleaned_data

'cleaned' slot for DigitAnalysis

digit_columns

The numeric columns to be used

naming_method

Either left_aligned_column_names or right_aligned_column_names from DigitAnalysis class

align_direction

'left' or 'right': Create left-aligned or right-aligned dataframe

Value

The dataframe with the left/right aligned digits of each data column to be analyzed for DigitAnalysis slot 'left_aligned'/'right_aligned'


jlederluis/digitanalysis documentation built on Nov. 5, 2023, 11:46 a.m.