is_complex_command: Check if a command is complex, i.e, contains any...

View source: R/utils.R

is_complex_commandR 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).


data.validator documentation built on May 29, 2024, 6:37 a.m.