Learn R Programming

geobr (version 1.9.1)

numbers_only: Check if vector only has numeric characters

Description

Checks if vector only has numeric characters

Usage

numbers_only(x)

Value

Logical. TRUE if vector only has numeric characters.

Arguments

x

A vector.