print.xtable
sanitise_percent.Rd
Takes a string of text and sanitises only the use of "%" for use with latex
sanitise_percent(str)
String of text
str <- "\\multirow{2}{4cm}{75%}" sanitise_percent(str) #> [1] "\\multirow{2}{4cm}{75\\%}"