stresc | R Documentation |
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")
s2c
stresc("MISC_RNA")
stresc(c("BB_0001","BB_0002"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.