escape | R Documentation |
escape takes a vector of chracter values, and puts "\" in front of them to make them allowable in the latex table output
escape(x)
x |
character vector of test containing values that need to be latex escaped |
character Vector of transformed values for table output
value_example <- c("testvalue", "test_value", "ampersand&")
escape(value_example)
escape("String_Entry %")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.