is_complex_command | 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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.