Learn R Programming

do (version 1.9.0.0)

legal: 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

Run this code
# NOT RUN {
legal('a','b','a b')
# }

Run the code above in your browser using DataLab