Learn R Programming

CohortGenerator (version 1.0.2)

isCamelCase: Used to check if a string is in lower camel case

Description

This function is used check if a string conforms to the lower camel case format.

Usage

isCamelCase(x)

Value

TRUE if the string is in lower camel case

Arguments

x

The string to evaluate