util_startsWith_prefix._or_equals_prefix {dataquieR}R Documentation

String check for results/combined results

Description

detect, if x starts with ⁠<prefix>.⁠ or equals ⁠<prefix>⁠, if results have been combined

Usage

util_startsWith_prefix._or_equals_prefix(x, prefix, sep = ".")

Arguments

x

character haystack

prefix

character needle

sep

character separation string

Value

logical if entries in x start with prefix-DOT/equal to prefix


[Package dataquieR version 2.5.1 Index]