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----------
stresc(strings)
参数----------Arguments----------
参数:strings
A vector of strings to deal with.
一个字符串矢量处理。
值----------Value----------
Returns a vector of strings with escaped characters within each string.
在每个字符串中的转义字符的字符串返回一个矢量。