Utility function to escape LaTeX special characters present in a string
This function returns a vector of strings in which LaTeX special characters are escaped, this was useful in conjunction with xtable.
stresc(strings)
strings |
A vector of strings to deal with. |
Returns a vector of strings with escaped characters within each string.
J.R. Lobry
citation("seqinr")
stresc("MISC_RNA") stresc(c("BB_0001","BB_0002"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.