legal {do} | R Documentation |
Check legal character Whether the character is legal for names in dataframe or formula
Description
Check legal character Whether the character is legal for names in dataframe or formula
Usage
legal(...)
Arguments
... |
one or more string |
Value
logical, TRUE means legal.
Examples
legal('a','b','a b')
[Package do version 2.0.0.0 Index]