assert_string: Assert that 'x' is a character vector of length 'n'

View source: R/utils_asserts.R

assert_stringR Documentation

Assert that x is a character vector of length n

Description

Assert that x is a character vector of length n

Usage

assert_string(x, n)

Arguments

x

Supposed string to test

n

Required length of vector


caldwellst/augury documentation built on Oct. 10, 2024, 8:20 a.m.