dot-check_key_can_untibblify: Check that a key is valid for untibblify

.check_key_can_untibblifyR Documentation

Check that a key is valid for untibblify

Description

Validates that key is a length-1 character string by chaining .check_key_length_1() and .check_key_is_character().

Usage

.check_key_can_untibblify(key, call = caller_env())

Arguments

key

(character) The spec key to validate.

call

(environment) The environment to use for error messages.

Value

key if valid; otherwise throws an error.


tibblify documentation built on May 9, 2026, 5:07 p.m.