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

View source: R/CsvHelper.R

isSnakeCaseR Documentation

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)

Arguments

x

The string to evaluate

Value

TRUE if the string is in snake case


CohortGenerator documentation built on Oct. 1, 2024, 1:09 a.m.