bool_to_str: Convert Boolean to API String

View source: R/utils.R

bool_to_strR Documentation

Convert Boolean to API String

Description

Convert Boolean to API String

Usage

bool_to_str(x)

Arguments

x

A logical value.

Value

"true" or "false" string, or NULL if x is NULL.


omophub documentation built on Dec. 17, 2025, 5:10 p.m.