parse_digit_places: Obtain exclusively the desired digit places for left aligned...

View source: R/all_digit_test_helper_functions.R

parse_digit_placesR Documentation

Obtain exclusively the desired digit places for left aligned digits table

Description

Obtain exclusively the desired digit places for left aligned digits table

Usage

parse_digit_places(digitdata, digits_table, digit_places)

Arguments

digitdata

A object of class DigitAnalysis.

digits_table

A left-aligned digits table

digit_places

The indexes of left-aligned digit places to analyze. There are three options:

  • 'all': analyze all digits. Set as default.

  • An numeric array: Perform multiple digit test on the digit places desired to analyze.

  • A number: Perform single digit test on the digit place desired to analyze. If last digit test is desired, pass in -1 or c(-1).

Value

Digits table with desired digit places, ready to count observation


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