Learn R Programming

omophub (version 1.4.0)

bool_to_str: Convert Boolean to API String

Description

Convert Boolean to API String

Usage

bool_to_str(x)

Value

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

Arguments

x

A logical value.