has_gaps: Check if a String Contains Gaps

View source: R/common.R

has_gapsR Documentation

Check if a String Contains Gaps

Description

Checks if a string contains the specific substrings "[[1]]" and "[[2]]".

Usage

has_gaps(str)

Arguments

str

character A string to check.

Value

logical TRUE if the string contains gaps, FALSE otherwise.


moodef documentation built on April 12, 2025, 1:42 a.m.