has_punct: Tests for presence of most common punctuation characters

Description Usage Arguments Value Author(s) See Also Examples

Description

These include: .?'!_#$^&*()+=<>,;' - and [tab] and [at]

Usage

1

Arguments

s

a character string

Value

boolean TRUE if detects anything

Author(s)

Reinhard Simon

See Also

Other rule_checks: has.punct; is.oneOf; is.onlyLowers; is.properName; is.withinRange; is_one_of; is_only_lowers; is_proper_name; is_within_range

Examples

1
has_punct(".") == TRUE 

datacheck documentation built on May 2, 2019, 4:52 a.m.