is_complex_command {data.validator}R Documentation

Check if a command is complex, i.e, contains any non-alphanumeric character

Description

Check if a command is complex, i.e, contains any non-alphanumeric character

Usage

is_complex_command(command_string)

Arguments

command_string

A character string representing the command to be checked.

Value

Logical value indicating whether the command_string is complex (TRUE) or not (FALSE).


[Package data.validator version 0.2.1 Index]