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 Feb. 23, 2026, 5:09 p.m.