is_complex_command {data.validator} | R Documentation |
Check if a command is complex, i.e, contains any non-alphanumeric character
is_complex_command(command_string)
command_string |
A character string representing the command to be checked. |
Logical value indicating whether the command_string is complex (TRUE) or not (FALSE).