ReadInt: Reads an int input from the user and re-prompts if they...

Description Usage Arguments

Description

Reads an int input from the user and re-prompts if they didn't enter an int

Usage

1
ReadInt(msg = "Enter an integer", min = 1, max = NA, default = NULL)

Arguments

msg

character

min

int

max

int

default

int optional


peichins/userinput documentation built on May 25, 2019, 12:44 a.m.