View source: R/unpack_round_numbers_test.R
get_round_unround_digitdata | R Documentation |
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
.
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
.
get_round_unround_digitdata(digitdata, rounding_split_column)
digitdata |
A object of class |
rounding_split_column |
The data column (numeric!) to split rounded and unrounded digits upon to perform unpacking rounding test. |
A list with two DigitAnalysis objects: round_digitdata and unround_digitdata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.