Learn R Programming

odns (version 1.0.2)

valid_id: Basic check of whether the characters in a string is equal to 36

Description

Basic check of whether the characters in a string is equal to 36

Usage

valid_id(x)

Value

logical value indicating whether the string checked consists of 36 characters.

Arguments

x

A character string.