to_snake_case: Convert to Snake Case

View source: R/tool.R

to_snake_caseR Documentation

Convert to Snake Case

Description

Convert camelCase or PascalCase to snake_case.

Usage

to_snake_case(x)

Arguments

x

A character string.

Value

Snake case version of the string.


aisdk documentation built on May 29, 2026, 9:07 a.m.