n_zeros_pattern: Gives an array of strings of zeros from length 1 to n. Helper...

View source: R/rounding_test.R

n_zeros_patternR Documentation

Gives an array of strings of zeros from length 1 to n. Helper function for users inputing rounding_patterns for rounding_test.

Description

Gives an array of strings of zeros from length 1 to n. Helper function for users inputing rounding_patterns for rounding_test.

Usage

n_zeros_pattern(n)

Arguments

n

The maximum length of 0s string to generate.

Value

An array of strings of zeros from length 1 to n.

Examples

n_zeros_pattern(10)

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