Learn R Programming

iotables (version 0.4.7)

check_digits: Check digits parameter

This is an internal function to determine if the rounding can go ahead.

Description

Check digits parameter

This is an internal function to determine if the rounding can go ahead.

Usage

check_digits(digits)

Arguments

digits

Digit input to check for validity.

Value

An error if the digits are not NULL or an integer value.