| util_set_sQuoteString {dataquieR} | R Documentation |
Utility function single quote string
Description
This function generates usual single-quotes for each element of the character vector.
Usage
util_set_sQuoteString(string)
Arguments
string |
Character vector |
Value
quoted string
See Also
Other string_functions:
util_filter_names_by_regexps(),
util_pretty_vector_string(),
util_set_dQuoteString(),
util_sub_string_left_from_.(),
util_sub_string_right_from_.()
[Package dataquieR version 2.1.0 Index]