check_int {purgeR}R Documentation

Check if a variable is a positive integer or not

Description

Can be used to test arguments that need to be integers

Usage

check_int(variable)

Arguments

variable

Variable to test

Value

No return value. Will print an error message if checking fail.


[Package purgeR version 1.8.2 Index]