safe_lower: Safely convert text to lowercase with null handling

View source: R/structure_suggest.R

safe_lowerR Documentation

Safely convert text to lowercase with null handling

Description

Helper function that safely converts text to lowercase while handling NULL, NA, and non-character values gracefully.

Usage

safe_lower(x)

Arguments

x

Input value to convert to lowercase string

Value

Character string in lowercase, or empty string if input is NULL/NA


bidux documentation built on Aug. 30, 2025, 1:12 a.m.