valid_idR Documentation

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)

Arguments

x

A character string.

Value

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