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)
Arguments
x |
character haystack |
prefix |
character needle |
Value
logical if entries in x start with prefix-DOT/equal to prefix
[Package dataquieR version 2.1.0 Index]