get_round_unround_digitdata: Creates two two copies of digitdata: • A copy with only round...

View source: R/unpack_round_numbers_test.R

get_round_unround_digitdataR Documentation

Creates two two copies of digitdata:
  • A copy with only round entries in the specified numeric column

  • A copy with only unround entries in the specified numeric column

Helper function for unpack_round_numbers_test.

Description

Creates two two copies of digitdata:

  • A copy with only round entries in the specified numeric column

  • A copy with only unround entries in the specified numeric column

Helper function for unpack_round_numbers_test.

Usage

get_round_unround_digitdata(digitdata, rounding_split_column)

Arguments

digitdata

A object of class DigitAnalysis.

rounding_split_column

The data column (numeric!) to split rounded and unrounded digits upon to perform unpacking rounding test.

Value

A list with two DigitAnalysis objects: round_digitdata and unround_digitdata


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