Learn R Programming

CohortGenerator (version 1.0.2)

isSnakeCase: Used to check if a string is in snake case

Description

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

Usage

isSnakeCase(x)

Value

TRUE if the string is in snake case

Arguments

x

The string to evaluate