Learn R Programming

easyScieloPack (version 0.1.1)

normalize_nmax: Normalize and validate n_max

Description

Ensures that the value of n_max is a positive integer or NULL.

Usage

normalize_nmax(value)

Value

An integer or NULL.

Arguments

value

The value to validate.