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