Utility function to escape LaTeX special characters present in a string
效用函数逃脱LaTeX的特殊字符存在于一个字符串
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns a vector of strings in which LaTeX special characters are escaped, this was useful in conjunction with xtable.
这个函数返回一个在LaTeX的特殊字符转义字符串的向量,这是有益结合xtable。
用法----------Usage----------
strescR(strings)
参数----------Arguments----------
参数:strings
A vector of strings to deal with.
字符串的向量处理。
值----------Value----------
Returns a vector of strings with escaped characters within each string.
转义字符在每个字符串返回一个字符串向量。