.dbEscapeString {bioCancer}R Documentation

Private Escape string

Description

Does not escape strings, but raises an error if any character expect normal letters and underscores are found in the string.

Usage

.dbEscapeString(str, raise.error = TRUE)

Arguments

str

String to test

raise.error

Logical, whether to raise an error or not.

Value

Invisible logical


[Package bioCancer version 1.20.02 Index]