esc_kvh_v {kvh} | R Documentation |
Escape Special Characters in a value
Description
Escape Newlines and Backslashes in a string which will be used as a key in a KVH file.
Usage
esc_kvh_v(s)
Arguments
s |
string |
Details
Escape is done by butting a backslash before a special character.'
Value
escaped string
[Package kvh version 1.4.2 Index]