Skip to contents

Detects whether a string contains only numbers or not.

Usage

numbers_only(x)

Arguments

x

A string of numbers

Value

TRUE if the string only contains numbers, FALSE otherwise