check_for_quotes: Regexp for quotations marks around the text ('x')

Description Usage Arguments Value Examples

Description

Checks whether x is within quotation marks (either \' or \"). Internal function, not exported.

Usage

1

Arguments

x

Text to check

Value

logical, indicator whether x is within quotation marks

Examples

1
2
check_for_quotes('\'C:\\Users\'')
check_for_quotes('C:\\Users')

m-dz/mdaddins documentation built on May 22, 2019, 12:23 p.m.