esc_kvh_k {kvh} | R Documentation |
Escape Special Characters in a key
Description
Escape Tabs, Newlines and Backslashes in a string which will be used as a key in a KVH file.
Usage
esc_kvh_k(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]