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

View source: R/CsvHelper.R

isCamelCaseR Documentation

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)

Arguments

x

The string to evaluate

Value

TRUE if the string is in lower camel case


CohortGenerator documentation built on Sept. 12, 2025, 1:08 a.m.